diff --git a/Repository/Util.php b/Repository/Util.php index dba97da5..7b784b54 100644 --- a/Repository/Util.php +++ b/Repository/Util.php @@ -120,7 +120,7 @@ public static function getArrayValue(array $array, $name, $default = null) protected static function writeAddRepository(IOInterface $io, $name) { if ($io->isVerbose()) { - $io->write('Adding VCS repository '.$name.''); + $io->write('Adding VCS repository '.$name.''); } } }