From 701d3f296b1810b8c601e0fc8ad3212f3f64b799 Mon Sep 17 00:00:00 2001 From: Azareal Date: Mon, 30 Jul 2018 14:21:30 +1000 Subject: [PATCH] x.x --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 210303f9..215a8d05 100644 --- a/main.go +++ b/main.go @@ -323,7 +323,7 @@ func main() { } else if event.Op&fsnotify.Create == fsnotify.Create { log.Println("new file:", event.Name) err = modifiedFileEvent(event.Name) - } + } // Travis is being stupid, does this fix it if err != nil { common.LogError(err) }