From b6830fa31571f32f576b76323fc98f824db92851 Mon Sep 17 00:00:00 2001 From: kts of kettek Date: Tue, 19 Apr 2022 17:25:35 -0700 Subject: [PATCH] Fix gobl watch path --- gobl.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gobl.go b/gobl.go index 7ffbfad..4e66b46 100644 --- a/gobl.go +++ b/gobl.go @@ -12,8 +12,7 @@ func main() { Exec("./gwfc") Task("watch"). - Watch("interal/*/*.go", "data/*.go", "data/images/*"). - //Watch("interal/*/*.go"). + Watch("internal/*/*.go", "data/*.go", "data/images/*"). Signaler(SigQuit). Run("build"). Run("run")