Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miks committed Sep 3, 2017
1 parent a21d271 commit a563569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/releaf/installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


gsub_file "config/database.yml", /database: dummy_/, "database: #{config["database"]["name"]}_"
gsub_file "config/database.yml", /username: .*/, "username: #{config["database"]["user"]}"
gsub_file "config/database.yml", /username: .*/, "username: #{config["database"]["username"]}"
if config["database"]["password"].present?
gsub_file "config/database.yml", /password:/, "password: #{config["database"]["password"]}"
end
Expand Down

0 comments on commit a563569

Please sign in to comment.