]> arthur.barton.de Git - bup.git/commitdiff
fsck: fix argv_bytes typo
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 14 Aug 2020 17:43:58 +0000 (19:43 +0200)
committerRob Browning <rlb@defaultvalue.org>
Sat, 15 Aug 2020 01:14:22 +0000 (20:14 -0500)
Reported-by: gkonstandinos@gmail.com
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
lib/cmd/fsck-cmd.py

index 0a1bdb079c401f1ee9cfd33f93dcd58ca7e319c9..54b91f43a76b92b159c2f9ea057de0d950823ce9 100755 (executable)
@@ -210,7 +210,7 @@ if opt.disable_par2:
 git.check_repo_or_die()
 
 if extra:
-    extra = [argv_byes(x) for x in extra]
+    extra = [argv_bytes(x) for x in extra]
 else:
     debug('fsck: No filenames given: checking all packs.\n')
     extra = glob.glob(git.repo(b'objects/pack/*.pack'))