Skip to content

Commit

Permalink
Fix list-instances and @ALL not seeing all instances
Browse files Browse the repository at this point in the history
  • Loading branch information
klightspeed committed Sep 30, 2020
1 parent 8fedfb0 commit a21496e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/arkmanager
Expand Up @@ -3899,7 +3899,7 @@ main(){
# Handle all instances being requested
if [[ "$allinstances" == "yes" ]]; then
read -r -a instances < <(getAllInstanceNames)
instances=( $(getAllInstanceNames) )
fi
# Handle wait command specially
Expand Down

0 comments on commit a21496e

Please sign in to comment.