Fix missing return at the end of the file

This commit is contained in:
Adphi 2018-05-23 09:48:00 +02:00
parent f2c4a28d75
commit 7572e934f7
1 changed files with 1 additions and 1 deletions

View File

@ -142,4 +142,4 @@ swarmCleanContainers() {
containers=($(docker-machine ssh ${node} "docker container ls -aq"))
docker-machine ssh ${node} "docker container rm ${containers[@]}"
done
}
}