Skip to content

Commit

Permalink
Add more concise prompt for database configuration process.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeiLL committed Aug 12, 2015
1 parent cf1fabe commit 7abaa1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/foodsoft_setup.rake
Expand Up @@ -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
Expand Down

0 comments on commit 7abaa1a

Please sign in to comment.