]> arthur.barton.de Git - bup.git/blobdiff - lib/cmd/fsck-cmd.py
fsck: fix argv_bytes typo
[bup.git] / 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:
 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'))
 else:
     debug('fsck: No filenames given: checking all packs.\n')
     extra = glob.glob(git.repo(b'objects/pack/*.pack'))