pgbadger: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
1f4a11658b
commit
dc9d494824
|
@ -21,7 +21,8 @@ class Pgbadger < Formula
|
|||
man1.install "usr/local/share/man/man1/pgbadger.1p"
|
||||
end
|
||||
|
||||
def caveats; <<~EOS
|
||||
def caveats
|
||||
<<~EOS
|
||||
You must configure your PostgreSQL server before using pgBadger.
|
||||
Edit postgresql.conf (in #{var}/postgres if you use Homebrew's
|
||||
PostgreSQL), set the following parameters, and restart PostgreSQL:
|
||||
|
|
Loading…
Reference in New Issue