diff options
| author | Jeff Carr <[email protected]> | 2024-02-14 16:06:52 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-14 16:06:52 -0600 |
| commit | cd4bd5b9144b90446f9a50fadca5f653f58d7c1f (patch) | |
| tree | c067fcb93aa3e0d874099c8a31e4a1e9058f7149 /main.go | |
| parent | 1554249afd42b33539504863dc15df58a2b718a7 (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.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) } |
