From 9ebb6d0995f48505d8207aa3dde94d22c8042f80 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Sun, 27 Sep 2020 21:35:02 +0200 Subject: [PATCH] =?UTF-8?q?Sorry,=20shellcheck!=20=F0=9F=90=A2=F0=9F=98=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.sh b/plugin.sh index 038a2b8..e23f291 100755 --- a/plugin.sh +++ b/plugin.sh @@ -13,7 +13,7 @@ REMOTE_DOCKER_HOST="ssh://$PLUGIN_USER@$PLUGIN_HOST:$PLUGIN_PORT" create_networks() { for NETWORK in $PLUGIN_NETWORKS; do docker -H "$REMOTE_DOCKER_HOST" \ - network create --driver=overlay $NETWORK --scope swarm || true + network create --driver=overlay "$NETWORK" --scope swarm || true done }