Skip to content

Commit

Permalink
Merge pull request solidusio#4101 from nebulab/waiting-for-dev/fix_pr…
Browse files Browse the repository at this point in the history
…ompt_default_case

Make clearer default answer in prompt
  • Loading branch information
jarednorman authored Jun 14, 2021
2 parents 3f4a210 + 22d4f64 commit 63501e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/generators/solidus/install/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def install_auth_plugin
Solidus has a default authentication extension that uses Devise.
You can find more info at https://github.com/solidusio/solidus_auth_devise.
Would you like to install it? (y/n)"))
Would you like to install it? (Y/n)"))

@plugins_to_be_installed << 'solidus_auth_devise'
@plugin_generators_to_run << 'solidus:auth:install'
Expand Down

0 comments on commit 63501e7

Please sign in to comment.