Fix missing return at the end of the file
This commit is contained in:
parent
f2c4a28d75
commit
7572e934f7
@ -142,4 +142,4 @@ swarmCleanContainers() {
|
||||
containers=($(docker-machine ssh ${node} "docker container ls -aq"))
|
||||
docker-machine ssh ${node} "docker container rm ${containers[@]}"
|
||||
done
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user