lib/generators/cadenero/install_generator.rb in cadenero-0.0.2.a1 vs lib/generators/cadenero/install_generator.rb in cadenero-0.0.2.a2
- old
+ new
@@ -64,10 +64,10 @@
ask("What will be the email for the default user owner of the default account? [testy@example.com]").presence ||
'testy@example.com'
end
def determine_default_user_password
- Cadenero.default_user_password = options["default-user-password "].presence ||
+ Cadenero.default_user_password = options["default-user-password"].presence ||
ask("What will be the password for the default user owner of the default account? [change-me]").presence ||
'change-me'
end
def add_cadenero_initializer
\ No newline at end of file