Skip to content

Commit

Permalink
Merge pull request #47 from pandalowry/patch-1
Browse files Browse the repository at this point in the history
fix error with call cp
  • Loading branch information
printercu authored Jan 3, 2023
2 parents 7168392 + 97aa5f5 commit 62105ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FileUtils.chdir APP_ROOT do
# FileUtils.cp "config/database.yml.sample", "config/database.yml"
# end
unless File.exist?("config/secrets.yml")
cp "config/secrets.yml.sample", "config/secrets.yml"
FileUtils.cp "config/secrets.yml.sample", "config/secrets.yml"
end

puts "\n== Preparing database =="
Expand Down

0 comments on commit 62105ad

Please sign in to comment.