We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ac6e0 commit a4e89e5Copy full SHA for a4e89e5
src/outpost/barbican/scm/git.py
@@ -173,7 +173,7 @@ def fetch(self) -> None:
173
if is_new_ref:
174
refspec += ":" + refspec
175
176
- fetch_infos = self._repo.remote().fetch(refspec=refspec)
+ fetch_infos = self._repo.remote().fetch(refspec=refspec, progress=GitProgressBar())
177
178
# this should never occurs
179
if len(fetch_infos) != 1:
0 commit comments