diff options
-rw-r--r-- | b4/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/b4/__init__.py b/b4/__init__.py index 40c9cd5..48f43a2 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -645,7 +645,6 @@ class LoreSeries: cmdargs = ['hash-object', fullpath] ecode, out = git_run_command(None, cmdargs) else: - gitdir = os.path.join(gitdir, '.git') logger.debug('Checking hash on %s:%s', when, fn) # XXX: We should probably pipe the two commands instead of reading into memory, # so something to consider for the future |