Changed return of activeCount. Updated client usage docs
This commit is contained in:
parent
928fc42fc2
commit
917bdca354
2 changed files with 4 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue