diff --git a/contrib/filter-repo-demos/lint-history b/contrib/filter-repo-demos/lint-history index 61967b7..334b3e8 100755 --- a/contrib/filter-repo-demos/lint-history +++ b/contrib/filter-repo-demos/lint-history @@ -31,7 +31,7 @@ near the top of git-filter-repo. # about filenames, then this program could be replaced by a "one-liner"; e.g. # git filter-repo --force --blob-callback ' # if not b"\0" in blob.data[0:8192]: -# filename = '.git/info/tmpfile' +# filename = ".git/info/tmpfile" # with open(filename, "wb") as f: # f.write(blob.data) # subprocess.check_call(["lint_program", "--some", "arg", filename])