mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
disable hash stamping
This commit is contained in:
parent
8fa520083f
commit
33a40f33f6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ except subprocess.CalledProcessError:
|
||||||
|
|
||||||
cog.out(f'git_hash = "{git_hash}"')
|
cog.out(f'git_hash = "{git_hash}"')
|
||||||
]]]"""
|
]]]"""
|
||||||
git_hash = "fc71d92"
|
git_hash = None
|
||||||
"""[[[end]]]"""
|
"""[[[end]]]"""
|
||||||
|
|
||||||
if "-dev" in __version__ and git_hash:
|
if "-dev" in __version__ and git_hash:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue