From bc49dd70bf2125f0cbe154ccdad04d7054620df3 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 2 Aug 2010 06:40:55 -0700 Subject: Fix typo in PostreSQL caveats --- Library/Formula/postgresql.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3