diff --git a/cmd/jules/main.go b/cmd/jules/main.go index 2bff95b..77f25d2 100644 --- a/cmd/jules/main.go +++ b/cmd/jules/main.go @@ -45,6 +45,7 @@ func run(stage string, projects []string, conf *Config, args *Arguments) error { errors[project] = err mutex.Unlock() w.Fail() + return } var buff bytes.Buffer @@ -55,6 +56,7 @@ func run(stage string, projects []string, conf *Config, args *Arguments) error { errors[project] = err mutex.Unlock() w.Fail() + return } w.Done()