Add more concise prompt for database configuration process.

This commit is contained in:
Mike iLL Kilmer 2015-08-11 21:18:43 -05:00
parent cf1fabe5b6
commit 7abaa1ac92
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