1
0
Fork 0

Bump vcs verbosity output to very verbose, refs #4330

pull/4347/head
Jordi Boggiano 2015-08-10 12:58:58 +01:00
parent 0457ec6fb3
commit cedbe7f1a0
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class VcsRepository extends ArrayRepository
$this->url = $repoConfig['url']; $this->url = $repoConfig['url'];
$this->io = $io; $this->io = $io;
$this->type = isset($repoConfig['type']) ? $repoConfig['type'] : 'vcs'; $this->type = isset($repoConfig['type']) ? $repoConfig['type'] : 'vcs';
$this->verbose = $io->isVerbose(); $this->verbose = $io->isVeryVerbose();
$this->config = $config; $this->config = $config;
$this->repoConfig = $repoConfig; $this->repoConfig = $repoConfig;
} }