Fix typo in psql
This commit is contained in:
parent
9d0caf1181
commit
91adde865f
@ -42,7 +42,7 @@ define postgresql::psql(
|
||||
cwd => '/tmp',
|
||||
user => $user,
|
||||
returns => 1,
|
||||
unless => "/bin/echo \"$quoted_$unless\" | $psql | egrep -v -q '^$'",
|
||||
unless => "/bin/echo \"$quoted_unless\" | $psql | egrep -v -q '^$'",
|
||||
refreshonly => $refreshonly,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user