summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index fb80c08..48c7d72 100644
--- a/main.go
+++ b/main.go
@@ -54,7 +54,7 @@ func main() {
}
gosum := filepath.Join(homeDir, "go/src/go.wit.com/apps/guireleaser/go.sum")
- if ! shell.Exists(gosum) {
+ if !shell.Exists(gosum) {
log.Info("go.sum must exist here")
os.Exit(0)
}