mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-17 20:01:44 +02:00
fix git commit hash location
This commit is contained in:
@@ -220,7 +220,7 @@ def version(quiet: bool=False,
|
||||
|
||||
COMMIT_HASH = None
|
||||
try:
|
||||
COMMIT_HASH = list((PACKAGE_DIR / '.git/refs/heads/').glob('*'))[0].read_text()
|
||||
COMMIT_HASH = list((PACKAGE_DIR / '../.git/refs/heads/').glob('*'))[0].read_text()
|
||||
except Exception as e:
|
||||
print(e)
|
||||
pass
|
||||
|
Reference in New Issue
Block a user