summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-30 04:43:51 -0600
committerJeff Carr <[email protected]>2025-01-30 04:43:51 -0600
commit2ea06531dc85cac8cd8293ce3ee9d5f3642943d4 (patch)
treef77a7be651e183702907ba38d12a3817dd74bcb7 /main.go
parent8d4687e2c1d5df279e120f3c76f45fe6f292e3b5 (diff)
minor debugging on the end
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 6436776..99ba524 100644
--- a/main.go
+++ b/main.go
@@ -122,7 +122,7 @@ func main() {
// check if nothing is found an exit?
if me.found.Len() == 0 {
log.Info("nothing found to publish")
- os.Exit(0)
+ okExit("found nothing")
}
}
me.Enable()