Skip to content

Commit

Permalink
Make Hound happy
Browse files Browse the repository at this point in the history
  • Loading branch information
horacio committed Jun 10, 2020
1 parent b83c2db commit 6b355f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parity/backup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def remote_db_backup_url
end

def development_db
db_configuration = YAML.load(database_yaml_file).
db_configuration = YAML.safe_load(database_yaml_file).
fetch(DEVELOPMENT_ENVIRONMENT_KEY_NAME)

if db_configuration.key?(PRIMARY_DATABASE_KEY_NAME)
Expand Down

0 comments on commit 6b355f2

Please sign in to comment.