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.
2 parents f1aa8d1 + 6f7dbbe commit 2d39146Copy full SHA for 2d39146
git-filter-repo
@@ -4455,7 +4455,7 @@ class RepoFilter(object):
4455
ret = subproc.call([arg if arg != '""' else '' for arg in cmd.split()],
4456
cwd=source_working_dir)
4457
if ret != 0: # pragma: no cover
4458
- m = _("WARNING: Fetching all refs from origin failed")
+ m = _("Warning: Fetching all refs from origin failed")
4459
print(m)
4460
if self._args.sensitive_data_removal:
4461
return
0 commit comments