From fcfe58f02bc4f55cad91f0db3eadcdc5c3919049 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 11 Jun 2022 19:53:07 +0200 Subject: [PATCH] Copy-paste mistake --- plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.sh b/plugin.sh index 7ce9e62..c607874 100644 --- a/plugin.sh +++ b/plugin.sh @@ -39,7 +39,7 @@ if [[ -n "${PLUGIN_NOPUSH:-}" ]]; then fi if [[ -n "${PLUGIN_SNAPSHOT_MODE:-}" ]]; then - SNAPSHOT_MODE="--snapshotMode=${PLUGIN_TARPATH}" + SNAPSHOT_MODE="--snapshotMode=${PLUGIN_SNAPSHOT_MODE}" fi if [[ -n "${PLUGIN_NEWRUN:-}" ]]; then