From 02a8e46fc86e3660de6abe725dae6fe9228ec590 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Mon, 22 Jan 2024 22:41:16 -0300 Subject: [PATCH] Fix typo in exec_pre message --- plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.sh b/plugin.sh index f03c7b5..37d2cde 100755 --- a/plugin.sh +++ b/plugin.sh @@ -55,7 +55,7 @@ run_docker_cp() { if [ -n "$PLUGIN_EXEC_PRE" ]; then docker -H "$REMOTE_DOCKER_HOST" exec "$CONTAINER" sh -c "mkdir -p /root/.ssh && echo \"$PLUGIN_DEPLOY_KEY\" > /root/.ssh/id_rsa && chmod -R 600 /root/.ssh && $PLUGIN_EXEC_PRE" fi - echo "--- end exec ---" + echo "--- end exec_pre ---" echo "Copying $PLUGIN_SOURCE" # shellcheck disable=SC2086