summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-14 16:06:52 -0600
committerJeff Carr <[email protected]>2024-02-14 16:06:52 -0600
commitcd4bd5b9144b90446f9a50fadca5f653f58d7c1f (patch)
treec067fcb93aa3e0d874099c8a31e4a1e9058f7149 /main.go
parent1554249afd42b33539504863dc15df58a2b718a7 (diff)
recreate go.sum (happens after guireleaser is released)
Signed-off-by: Jeff Carr <[email protected]>
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)
}