Bump vcs verbosity output to very verbose, refs #4330
parent
0457ec6fb3
commit
cedbe7f1a0
|
@ -55,7 +55,7 @@ class VcsRepository extends ArrayRepository
|
|||
$this->url = $repoConfig['url'];
|
||||
$this->io = $io;
|
||||
$this->type = isset($repoConfig['type']) ? $repoConfig['type'] : 'vcs';
|
||||
$this->verbose = $io->isVerbose();
|
||||
$this->verbose = $io->isVeryVerbose();
|
||||
$this->config = $config;
|
||||
$this->repoConfig = $repoConfig;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue