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 10, 2024
1 parent d050c34 commit 3ade779
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 3ade779

Please sign in to comment.