Skip to content
Snippets Groups Projects
Unverified Commit 072f8a03 authored by Arnaud Levy's avatar Arnaud Levy Committed by GitHub
Browse files

Merge pull request #1265 from arthaud-proust/fix/setup

Path incorrect dans le bin/setup
parents 87c47b4b 379676c4
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ FileUtils.chdir APP_ROOT do
puts "\n== Copying sample files =="
unless File.exist?("config/application.yml")
FileUtils.cp "config/application.yml.sample", "config/application.yml"
FileUtils.cp "config/application.sample.yml", "config/application.yml"
end
puts "\n== Preparing database =="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment