Skip to content

Commit

Permalink
fix: fix a compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Sep 22, 2024
1 parent c8348ee commit 52f2fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/installpackage/checksum.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func (is *Installer) verifyChecksumWithMinisign(ctx context.Context, logE *logru
}
art := pkg.TemplateArtifact(is.runtime, assetName)
logE.Info("verifing a checksum file with Minisign")
if err := is.installMinisign(ctx, logE); err != nil {
if err := is.minisignInstaller.install(ctx, logE); err != nil {
return err
}
if err := is.minisignVerifier.Verify(ctx, logE, is.runtime, ms, art, &download.File{
Expand Down

0 comments on commit 52f2fad

Please sign in to comment.