summaryrefslogtreecommitdiff
path: root/doRelease.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-03 18:00:42 -0600
committerJeff Carr <[email protected]>2024-12-03 18:00:42 -0600
commit9b9df05f33e20277ff0e5e811c55d95ab56f562c (patch)
treebf151e340c7b6408303a3012c9bb41573767cc30 /doRelease.go
parent9b2e99ac6b4ce29f3a248f380f50123a406d1650 (diff)
more removal of old stuff
Diffstat (limited to 'doRelease.go')
-rw-r--r--doRelease.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doRelease.go b/doRelease.go
index 4a8c42f..91b3449 100644
--- a/doRelease.go
+++ b/doRelease.go
@@ -62,7 +62,7 @@ func doRelease() bool {
var all [][]string
all = append(all, []string{"git", "add", "-f", "go.mod"})
- if me.current.Status.IsPrimitive() {
+ if ok, _ := check.IsPrimitive(); ok {
// don't add go.sum here. TODO: check for go.sum file and fail
} else {
all = append(all, []string{"git", "add", "-f", "go.sum"})