Skip to content

Commit

Permalink
[chain] Remove <comment></comment> from placeholder ask. (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas committed Dec 12, 2016
1 parent ec23bda commit bfe5807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Chain/ChainCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ protected function interact(InputInterface $input, OutputInterface $output)
$inlinePlaceHolder,
$io->ask(
sprintf(
'Enter placeholder value for <comment>%s</comment>',
'Enter value for %s placeholder',
$inlinePlaceHolder
),
$inlinePlaceHolderDefault
Expand Down

0 comments on commit bfe5807

Please sign in to comment.