summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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()