Skip to content
Snippets Groups Projects
Commit 43ab89ef authored by Erick Hitter's avatar Erick Hitter
Browse files

Tweak to trigger tests

parent 4b0f1600
No related branches found
No related tags found
No related merge requests found
Pipeline #13 failed with stages
in 58 seconds
......@@ -65,7 +65,7 @@ func init() {
func main() {
logger.Printf("Monitoring %s", logPath)
logger.Printf("Forwarding to channel \"%s\" as user \"%s\" at %s", channel, username, webhookURL)
logger.Printf("Forwarding entries to channel \"%s\" as user \"%s\" at %s", channel, username, webhookURL)
sig := make(chan os.Signal, 1)
signal.Notify(sig, syscall.SIGINT, syscall.SIGTERM)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment