Skip to content

Commit d3ed097

Browse files
committed
review
1 parent 0832508 commit d3ed097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/commands/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ func initHashSalt(logger logutils.Log, version string, cfg *config.Config) error
634634
goModSalt, err := computeGoModSalt()
635635
if err != nil {
636636
// NOTE: missing go.mod must be ignored.
637-
logger.Warnf("failed to calculate go.mod salt: %v", err)
637+
logger.Warnf("Failed to calculate go.mod salt: %v", err)
638638
}
639639

640640
b := bytes.NewBuffer(binSalt)

0 commit comments

Comments
 (0)