diff options
Diffstat (limited to 'exit.go')
| -rw-r--r-- | exit.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ func badExit(check *gitpb.Repo, err error) { log.DaemonMode(true) log.Info("go-mod-clean failed: ", err, forge.GetGoSrc()) if check != nil { - if argv.Strict { + if argv.Strict != nil { // if in strict mode, remove the go.mod and go.sum eraseGoMod(check) } |
