summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-15 12:14:22 -0600
committerJeff Carr <[email protected]>2024-12-15 12:14:22 -0600
commitbab2506d348a634ad35f81a09675c9beed493d2b (patch)
tree799b8bcadd628af1f856811512db31c1389c0dc2 /main.go
parentb3bfa8915c1cc39bb36094829273d43621eb39ee (diff)
trying to fix clonev0.6.28
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index b84987a..aded69d 100644
--- a/main.go
+++ b/main.go
@@ -49,6 +49,9 @@ func main() {
}
autoWork()
if argv.Build {
+ if err := makeValidGoSum(workingRepo); err != nil {
+ badExit(err)
+ }
if err := build(); err != nil {
badExit(err)
}