summaryrefslogtreecommitdiff
path: root/morphlib/cachedrepo.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/cachedrepo.py')
-rw-r--r--morphlib/cachedrepo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/cachedrepo.py b/morphlib/cachedrepo.py
index b41ba86f..0c0f5cb7 100644
--- a/morphlib/cachedrepo.py
+++ b/morphlib/cachedrepo.py
@@ -249,7 +249,7 @@ class CachedRepo(object):
try:
self._gitdir.update_remotes(
- echo_stderr=self.app.settings['verbose'])
+ echo_stderr=self.app.settings['debug'])
self.already_updated = True
except cliapp.AppException:
raise UpdateError(self)