Skip to content

Commit

Permalink
quotes for weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtOfCode- committed Feb 27, 2018
1 parent 450beb8 commit 80437a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/application_record.rb
Expand Up @@ -39,6 +39,6 @@ def self.fields(*names)
def self.full_dump
username = Rails.configuration.database_configuration[Rails.env]["username"]
password = Rails.configuration.database_configuration[Rails.env]["password"]
`#{Rails.root}/dump/dump.sh #{username} #{password}`
`#{Rails.root}/dump/dump.sh "#{username}" "#{password}"`
end
end

0 comments on commit 80437a9

Please sign in to comment.