diff options
| author | Jeff Carr <[email protected]> | 2025-01-30 04:43:51 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-30 04:43:51 -0600 |
| commit | 2ea06531dc85cac8cd8293ce3ee9d5f3642943d4 (patch) | |
| tree | f77a7be651e183702907ba38d12a3817dd74bcb7 /main.go | |
| parent | 8d4687e2c1d5df279e120f3c76f45fe6f292e3b5 (diff) | |
minor debugging on the end
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
