This commit is contained in:
alessio 2017-08-25 12:52:11 +02:00
parent 9f2f05f0dd
commit 648fccf000
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ func (h *Blueprint) Run(p *cli.Context) error {
err := h.check()
if err == nil {
// loop projects
if p.String("name") != ""{
if p.String("name") != "" {
wg.Add(1)
}else{
} else {
wg.Add(len(h.Projects))
}
for k, element := range h.Projects {