Merge pull request #380 from MikeiLL/master

Add more concise prompt for database configuration process.
This commit is contained in:
wvengen 2015-09-05 14:52:42 +02:00
commit 67a885ca9d
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ def setup_database
reminder(file)
puts blue "Setup your database before you continue!"
puts blue "IMPORTANT: Edit (rake-generated) config/database.yml with valid username and password for EACH env before continuing!"
finished = ask("Finished?\nOptions:\n(y) Yes", ["y"])
if finished
Rake::Task["db:setup"].reenable