Skip to content

Commit

Permalink
Log runCmd.Run() error
Browse files Browse the repository at this point in the history
  • Loading branch information
apuratepp authored and RaVbaker committed May 21, 2021
1 parent 3ce1769 commit 3bbfa1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/verification/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func Run(cmdToRun, pathsArg, s3VersionID, gitBranchName string, cmd, pullCmd, su
verificationStatus := "success"
if runErr != nil {
verificationStatus = "failure"
log.Printf("Command error: %v", err)
log.Printf("Command error: %v", runErr)
}

err = afero.Afero{Fs: fs}.Remove(filename)
Expand Down

0 comments on commit 3bbfa1e

Please sign in to comment.