aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
diff options
context:
space:
mode:
authorJesse Storimer2010-08-18 22:32:02 -0400
committerAdam Vandenberg2010-08-18 19:59:00 -0700
commitfa783442d9ca5a4e20d78848164ae5c6e7ba439a (patch)
treee17b297f830d29fca6e0c45de6865db25a930d2f /Library/Formula/postgresql.rb
parentce8d2f5bce47d0a7383dd5648e6164b684516225 (diff)
downloadhomebrew-fa783442d9ca5a4e20d78848164ae5c6e7ba439a.tar.bz2
Fix typo in postgres formula caveats.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/postgresql.rb')
-rw-r--r--Library/Formula/postgresql.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index f35ea0be9..93cf895ef 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -100,7 +100,7 @@ If this is your first install, automatically load on login with:
cp #{prefix}/org.postgresql.postgres.plist ~/Library/LaunchAgents
launchctl load -w ~/Library/LaunchAgents/org.postgresql.postgres.plist
-If this is an upgrade and you already have the com.mysql.mysqld.plist loaded:
+If this is an upgrade and you already have the org.postgresql.postgres.plist loaded:
launchctl unload -w ~/Library/LaunchAgents/org.postgresql.postgres.plist
cp #{prefix}/org.postgresql.postgres.plist ~/Library/LaunchAgents
launchctl load -w ~/Library/LaunchAgents/org.postgresql.postgres.plist