Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Sean P. Goggins <[email protected]>
  • Loading branch information
sgoggins committed Sep 12, 2024
1 parent 58427ab commit 29c4ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion augur/tasks/git/facade_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def facade_fetch_missing_commit_messages(repo_git):
for hash in missing_message_hashes:

absolute_path = get_absolute_repo_path(facade_helper.repo_base_directory, repo.repo_id, repo.repo_path,repo.repo_name)
repo_loc = (f"{absolute_path}/.git")
repo_loc = (f"{absolute_path}.git")

commit_message = check_output(
f"git --git-dir {repo_loc} log --format=%B -n 1 {hash}".split()
Expand Down

0 comments on commit 29c4ec1

Please sign in to comment.