aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-08-02 06:40:55 -0700
committerAdam Vandenberg2010-08-02 06:41:57 -0700
commitbc49dd70bf2125f0cbe154ccdad04d7054620df3 (patch)
treec609a2c44e3faf75efb3dcd12a14fb29d3634220 /Library
parentdf8f87c519527bf29b0b1d66b7e8561fa5695115 (diff)
downloadhomebrew-bc49dd70bf2125f0cbe154ccdad04d7054620df3.tar.bz2
Fix typo in PostreSQL caveats
Diffstat (limited to 'Library')
-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 f5f15bbf3..df386130b 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -105,7 +105,7 @@ If this is your first install, create a database with:
If this is your first install, automatically load on login with:
cp #{prefix}/org.postgresql.postgres.plist ~/Library/LaunchAgents
- launchctl load -w ~/Library/LaunchAgents/com.postgresql.postgres.plist
+ launchctl load -w ~/Library/LaunchAgents/org.postgresql.postgres.plist
If this is an upgrade and you already have the com.mysql.mysqld.plist loaded:
launchctl unload -w ~/Library/LaunchAgents/org.postgresql.postgres.plist