We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a70d8d commit f482d76Copy full SHA for f482d76
build/build.py
@@ -52,7 +52,7 @@ def main():
52
53
git_owner, git_name = re.findall(r'^https:\/\/github\.com\/([^\/]+)\/([^\/]+)$', git_remote)[0]
54
55
- git_commit = str(git_repo.revparse_single("HEAD^").id)
+ git_commit = str(git_repo.revparse_single("HEAD").id)
56
57
# get the project root directory
58
build_dir = Path(__file__).parent
0 commit comments