diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 3ac72856..966d3012 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -142,4 +142,4 @@ swarmCleanContainers() { containers=($(docker-machine ssh ${node} "docker container ls -aq")) docker-machine ssh ${node} "docker container rm ${containers[@]}" done -} \ No newline at end of file +}