workflow fixed

This commit is contained in:
asoseil 2017-10-22 18:58:56 +02:00
parent 227871d171
commit b972d0df04
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ func (p *Project) routines(stop <-chan bool, watcher FileWatcher, path string) {
p.init = true p.init = true
} }
// prevent errors using realize without config with only run flag // 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 p.Cmds.Install.Status = true
} }
if !done { if !done {