diff options
| author | Adam Vandenberg | 2013-08-06 09:21:11 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-08-06 09:21:11 -0700 | 
| commit | 35d607cc2fd962af6323fce6aab3f8f5c3fd0946 (patch) | |
| tree | ae74315dc2c6485f8c3096b18754ba945c57b323 /Library/Formula/postgresql.rb | |
| parent | cf86cd6556e99394456a8225f131af40a9561046 (diff) | |
| download | homebrew-35d607cc2fd962af6323fce6aab3f8f5c3fd0946.tar.bz2 | |
postgres: fix nesting
Diffstat (limited to 'Library/Formula/postgresql.rb')
| -rw-r--r-- | Library/Formula/postgresql.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 3d3d77b81..dd98dd965 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -92,7 +92,6 @@ class Postgresql < Formula          To fix this issue, you may need to either delete the version of Python          shown above, or move it out of the way before brewing PostgreSQL.        EOS -      end      end    end  | 
