From 33168324dc34b0311164032e9821c00624c85aa1 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Wed, 15 Mar 2023 16:21:13 +0300 Subject: [PATCH] fixup: missed line break --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 93e36bb..02808f9 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -20,7 +20,7 @@ if [ -n "$PLUGIN_PASSWORD" ]; then ${registry} fi -docker stack deploy +docker stack deploy \ $auth_flags \ --compose-file "${compose_file}" \ "${stack_name}"