From bf4f591b8ab05e0acbfab9915c03160254a28ea0 Mon Sep 17 00:00:00 2001 From: Justin Pitts Date: Fri, 20 Sep 2013 07:20:38 -0700 Subject: postgresql: fix caveat indentation The extra-indented section was causing the first 4 characters of the following section to be truncated. Closes #22706. Signed-off-by: Adam Vandenberg --- Library/Formula/postgresql.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 1d44b9275..fce43426b 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -70,9 +70,9 @@ class Postgresql < Formula def caveats s = <<-EOS.undent - initdb #{var}/postgres -E utf8 # create a database - postgres -D #{var}/postgres # serve that database - PGDATA=#{var}/postgres postgres # …alternatively + initdb #{var}/postgres -E utf8 # create a database + postgres -D #{var}/postgres # serve that database + PGDATA=#{var}/postgres postgres # …alternatively If builds of PostgreSQL 9 are failing and you have version 8.x installed, you may need to remove the previous version first. See: -- cgit v1.2.3