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