lib/eucalypt/security/namespaces/security-warden/cli/security-warden.rb in eucalypt-0.3.2 vs lib/eucalypt/security/namespaces/security-warden/cli/security-warden.rb in eucalypt-0.3.3
- old
+ new
@@ -62,10 +62,10 @@
auth_controller = Eucalypt::Generators::AuthController.new
auth_controller.destination_root = directory
auth_controller.generate
end
- Out.info "Ensure you run `#{'rake db:migrate'.colorize(:bold)}` to create the necessary tables for Warden."
+ Out.info "Ensure you run `#{'eucalypt rake'.colorize(:bold)}` to create the necessary tables for Warden."
else
Eucalypt::Error.wrong_directory
end
end
\ No newline at end of file