Skip to content

Commit

Permalink
chore: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Sep 18, 2024
1 parent 6230e0b commit 0588d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taf/git.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def all_commits_since_commit(
return []
latest_commit_id = branch_obj.target
else:
if repo.head_commit_sha() is None:
if self.head_commit_sha() is None:
return []
latest_commit_id = repo[repo.head.target].id

Expand Down

0 comments on commit 0588d0b

Please sign in to comment.