diff --git a/auto-comment.go b/auto-comment.go new file mode 100644 index 0000000..06ab7d0 --- /dev/null +++ b/auto-comment.go @@ -0,0 +1 @@ +package main diff --git a/watcher.go b/watcher.go index d700971..1dd86a1 100644 --- a/watcher.go +++ b/watcher.go @@ -42,7 +42,7 @@ func WatchCommit(path string) { signal.Notify(sigs, syscall.SIGINT, syscall.SIGTERM) go func() { <-sigs - InfoLogger("Shutdown work watcher...") + InfoLogger("shutdown work watcher...") os.Exit(0) }()