Update main.go (#44)

This commit is contained in:
laurentsimon
2022-04-29 01:28:49 -07:00
committed by GitHub
parent 28964d3fd9
commit 52a0bce84d

View File

@@ -126,7 +126,7 @@ func main() {
if err := runVerify(artifactPath, provenancePath, source, branch,
ptag, pversiontag); err != nil {
fmt.Fprintf(os.Stderr, "verification failed: %v", err)
fmt.Fprintf(os.Stderr, "verification failed: %v\n", err)
os.Exit(2)
}