Skip to content

Commit

Permalink
Update branch name in extract_commit_metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantmimani committed Oct 25, 2021
1 parent e9252e0 commit 2d4719b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tartufo/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def extract_commit_metadata(commit: pygit2.Commit, branch: str) -> Dict[str, Any
),
"commit_message": commit.message,
"commit_hash": commit.hex,
"branch": branch,
"branch": branch.branch_name,
}


Expand Down

0 comments on commit 2d4719b

Please sign in to comment.