Skip to content

Commit

Permalink
made a small change for better consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 1, 2014
1 parent 474dfe2 commit 951e529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Composer/ScriptHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public static function installAcmeDemoBundle(CommandEvent $event)
return;
}

if (!$event->getIO()->askConfirmation('Would you like to install Acme demo bundle? [yes/NO] ', false)) {
if (!$event->getIO()->askConfirmation('Would you like to install Acme demo bundle? [y/N] ', false)) {
return;
}

Expand Down

0 comments on commit 951e529

Please sign in to comment.