Changed return of activeCount. Updated client usage docs

This commit is contained in:
Renan DelValle 2016-08-26 16:39:56 -07:00
parent 928fc42fc2
commit 917bdca354
2 changed files with 4 additions and 2 deletions

View file

@ -181,7 +181,7 @@ func main() {
os.Exit(1)
}
fmt.Println("Number of live instances: ", live)
fmt.Println("Number of live instances: ", len(live))
break
case "flexUp":
fmt.Println("Flexing up job")