Skip to content

Commit

Permalink
Merge pull request #230 from SUSE/quieten_ST1005_warning
Browse files Browse the repository at this point in the history
Quieten ST1005 warning in internal/zypper/error.go
  • Loading branch information
rtamalin authored Apr 30, 2024
2 parents 001621d + cb14c08 commit 698c8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/zypper/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ func (ze ZypperError) Error() string {
strings.Join(ze.Commmand, " "), ze.ExitCode, ze.Output, ze.Err)
}

var ErrCannotDetectBaseProduct = errors.New("Unable to detect base product")
var ErrCannotDetectBaseProduct = errors.New("unable to detect base product")

0 comments on commit 698c8bc

Please sign in to comment.