From 7572e934f754f4eacf27545494c7878921092ceb Mon Sep 17 00:00:00 2001 From: Adphi Date: Wed, 23 May 2018 09:48:00 +0200 Subject: [PATCH] Fix missing return at the end of the file --- templates/zshrc.zsh-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}