diff options
| author | Jeff Carr <[email protected]> | 2024-02-20 23:13:26 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-20 23:13:26 -0600 |
| commit | 38b1ecab60974813ecf8d64685f2992152b3edf9 (patch) | |
| tree | ee9cd7c32ceec1cf49ac86447a921ae1ced1a972 /main.go | |
| parent | c9f149bcb2ad96f08f3464639517e48a5c3cbdde (diff) | |
add --release builds
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,6 +36,7 @@ func main() { // scan the repo cBox.addRepo(args.Repo) + // look for a 'config' file in the repo if cBox.readControlFile() == nil { log.Warn("scan worked") @@ -50,6 +51,7 @@ func main() { log.Info("build worked") } else { log.Warn("build failed") + os.Exit(-1) } os.Exit(0) } |
