diff options
Diffstat (limited to 'Library/Formula/postgresql.rb')
| -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 |
