|
@@ -106,7 +106,7 @@ |
|
|
block discarded – undo |
|
106
|
106
|
|
|
107
|
107
|
try { |
|
108
|
108
|
$this->systemTagManager->updateTag($input->getArgument('id'), $name, $userVisible, $userAssignable); |
|
109
|
|
- $output->writeln('<info>Tag updated ("' . $name . '", '. $userVisible . ', ' . $userAssignable . ')</info>'); |
|
|
109
|
+ $output->writeln('<info>Tag updated ("'.$name.'", '.$userVisible.', '.$userAssignable.')</info>'); |
|
110
|
110
|
return 0; |
|
111
|
111
|
} catch (TagNotFoundException $e) { |
|
112
|
112
|
$output->writeln('<error>Tag not found</error>'); |
Please login to merge, or discard this patch.