From b972d0df043df7eae59106b1af5d6236bcdc763b Mon Sep 17 00:00:00 2001 From: asoseil Date: Sun, 22 Oct 2017 18:58:56 +0200 Subject: [PATCH] workflow fixed --- watcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher.go b/watcher.go index 287f100..53de11b 100644 --- a/watcher.go +++ b/watcher.go @@ -407,7 +407,7 @@ func (p *Project) routines(stop <-chan bool, watcher FileWatcher, path string) { p.init = true } // prevent errors using realize without config with only run flag - if !p.Cmds.Install.Status && !p.Cmds.Build.Status { + if p.Cmds.Run && !p.Cmds.Install.Status && !p.Cmds.Build.Status { p.Cmds.Install.Status = true } if !done {