mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #15474 from unixmonkey/master
File.exist? instead of File.exists? in bin/setup
This commit is contained in:
commit
083f8e0d41
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Dir.chdir APP_ROOT do
|
|||
system "bundle check || bundle install"
|
||||
|
||||
# puts "\n== Copying sample files =="
|
||||
# unless File.exists?("config/database.yml")
|
||||
# unless File.exist?("config/database.yml")
|
||||
# system "cp config/database.yml.sample config/database.yml"
|
||||
# end
|
||||
|
||||
|
|
Loading…
Reference in a new issue