server run fixed
This commit is contained in:
parent
98fa2c02d6
commit
4922ed31d2
|
@ -147,9 +147,7 @@ func main() {
|
|||
r.Blueprint.Projects = []w.Project{}
|
||||
handle(r.Blueprint.Add(p))
|
||||
}
|
||||
if p.Bool("server") {
|
||||
handle(r.Server.Start(p))
|
||||
}
|
||||
handle(r.Blueprint.Run())
|
||||
handle(r.Record(r))
|
||||
return nil
|
||||
|
|
Loading…
Reference in New Issue