Skip to content

Commit

Permalink
run command fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
asoseil committed Nov 20, 2016
1 parent 21eee31 commit d2ca592
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion realize.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,10 @@ func main() {
},
}
r.Blueprint.Projects = r.Blueprint.Projects[:0]
r.Blueprint.Add(p)
} else if len(r.Blueprint.Projects) <= 0 {
r.Blueprint.Add(p)
}
r.Blueprint.Add(p)
handle(r.Server.Start(p))
handle(r.Blueprint.Run())
handle(r.Record(r))
Expand Down

0 comments on commit d2ca592

Please sign in to comment.