Skip to content

Commit

Permalink
fix: PackageMeta builder excluding gitCommitMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
mjyocca committed Jun 8, 2024
1 parent 9c4d904 commit 4f18106
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 @@ -31,7 +31,8 @@ func PackageMetaWithGitMetadata(
commitMessage string,
) *PackageMeta {
return &PackageMeta{
gitCommitID: commitID,
gitCommitID: commitID,
gitCommitMessage: commitMessage,
}
}

Expand Down

0 comments on commit 4f18106

Please sign in to comment.