diff options
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() |
