Skip to content

Commit

Permalink
Merge pull request #61 from hashicorp/mjyocca/fix-package-meta-missin…
Browse files Browse the repository at this point in the history
…g-commit-message

fix: PackageMeta builder excluding gitCommitMessage
  • Loading branch information
mjyocca committed Jun 11, 2024
2 parents d050c34 + 3ade779 commit 9b7ef21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sourcebundle/package_meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ func PackageMetaWithGitMetadata(
commitMessage string,
) *PackageMeta {
return &PackageMeta{
gitCommitID: commitID,
gitCommitID: commitID,
gitCommitMessage: commitMessage,
}
}

Expand Down

0 comments on commit 9b7ef21

Please sign in to comment.