From 23629c6761a80ed6dfee263690e09a4fba553267 Mon Sep 17 00:00:00 2001 From: asoseil Date: Mon, 16 Oct 2017 19:01:07 +0200 Subject: [PATCH] const fixed --- watcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher.go b/watcher.go index aab8193..a1b9483 100644 --- a/watcher.go +++ b/watcher.go @@ -23,7 +23,7 @@ var ( const ( msgStop = "killed" - extWindows = extWindows + extWindows = ".exe" ) // Watch struct defines options for livereload