Skip to content

Commit

Permalink
Update internal/pkg/agent/application/upgrade/artifact/download/verif…
Browse files Browse the repository at this point in the history
…ier.go

Co-authored-by: Craig MacKenzie <[email protected]>
  • Loading branch information
michalpristas and cmacknz authored Sep 20, 2023
1 parent 3707f51 commit 7efee90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var (
ErrInvalidLocation = errors.New("Remote PGP location is invalid")
)

// warnLogger is a logger that only needs to implement Infof and Warnf, as those are the only functions
// warnLogger is a logger that only needs to implement Warnf, as that is the only functions
// that the downloadProgressReporter uses.
type warnLogger interface {
Warnf(format string, args ...interface{})
Expand Down

0 comments on commit 7efee90

Please sign in to comment.