diff options
| author | Peter Baker | 2013-10-01 17:37:48 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-10-03 15:59:01 -0500 |
| commit | ae59e09903b701240b6602eaa260cb94ecf19f7b (patch) | |
| tree | b3448b3f81dc9aa64a8598adffe85b4bef1c28b9 /Library/Formula | |
| parent | 42bcf4a9af3ed96aee6f66722fc22a86763dbf77 (diff) | |
| download | homebrew-ae59e09903b701240b6602eaa260cb94ecf19f7b.tar.bz2 | |
postgresql: fix comment
Closes #22975.
Signed-off-by: Jack Nagel <jacknagel@gmail.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 fce43426b..8da6e7bce 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -70,7 +70,7 @@ class Postgresql < Formula def caveats s = <<-EOS.undent - initdb #{var}/postgres -E utf8 # create a database + initdb #{var}/postgres -E utf8 # create a database cluster postgres -D #{var}/postgres # serve that database PGDATA=#{var}/postgres postgres # …alternatively |
