Skip to content

Commit

Permalink
Don't set empty ENV values for database dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrock committed Oct 6, 2018
1 parent b66b7ad commit 2d4f718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gems/pending/util/postgres_admin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def self.runcmd_with_logging(cmd_str, opts, params = {})
{
"PGUSER" => opts[:username],
"PGPASSWORD" => opts[:password]
}
}.delete_blanks
end
# rubocop:disable Style/SymbolArray
PG_DUMP_MULTI_VALUE_ARGS = [
Expand Down

0 comments on commit 2d4f718

Please sign in to comment.