diff options
| author | Dan Callahan | 2010-12-30 08:34:40 -0600 |
|---|---|---|
| committer | Mike McQuaid | 2010-12-30 15:27:17 +0000 |
| commit | b7fab6cb4038a324e3bad530a56e436b2f50d40c (patch) | |
| tree | cb85bf74f3528136ed99c28eb9a3f914195ec50a /Library/Formula | |
| parent | 1172dc2a5fc2a4488cf971d29e2c9b2dba13c177 (diff) | |
| download | homebrew-b7fab6cb4038a324e3bad530a56e436b2f50d40c.tar.bz2 | |
Fix typo in PostgreSQL formula
Closes #3752.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/postgresql.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 7f77ff36f..8c462a86a 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -85,7 +85,7 @@ class Postgresql <Formula def caveats s = <<-EOS -If builds of Postgresl 9 are failing and you have version 8.x installed, +If builds of PostgreSQL 9 are failing and you have version 8.x installed, you may need to remove the previous version first. See: https://github.com/mxcl/homebrew/issues/issue/2510 |
