summaryrefslogtreecommitdiffstats
path: root/layman/overlays/git.py
diff options
context:
space:
mode:
Diffstat (limited to 'layman/overlays/git.py')
-rw-r--r--layman/overlays/git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layman/overlays/git.py b/layman/overlays/git.py
index d0c8a5a..bda2df0 100644
--- a/layman/overlays/git.py
+++ b/layman/overlays/git.py
@@ -63,7 +63,7 @@ class GitOverlay(Overlay):
self.supported()
if quiet:
- quiet_option = '-q '
+ quiet_option = ' -q'
else:
quiet_option = ''