From 1dfa801dcb4e4f83c2f88c6ba6e2f2565371978a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 25 Sep 2020 21:02:52 +0200 Subject: [PATCH] Appease formatter --- plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.sh b/plugin.sh index 5b12a29..f766efd 100755 --- a/plugin.sh +++ b/plugin.sh @@ -20,7 +20,7 @@ generate_secrets() { export DOCKER_HOST="ssh://$PLUGIN_USER@$PLUGIN_HOST:$PLUGIN_PORT" - for SECRET in $(yq r "$PLUGIN_COMPOSE" 'secrets.*.name'); do + for SECRET in $(yq r "$PLUGIN_COMPOSE" 'secrets.*.name'); do SECRET=$(eval echo "$SECRET") if docker secret ls | grep -q "$SECRET"; then echo "Skipping existing secret $SECRET"