From 7ef6d45dbac0956f9d52317af220b1ac9ba04232 Mon Sep 17 00:00:00 2001 From: naumso Date: Wed, 23 Jul 2025 02:10:10 +0300 Subject: [PATCH] Update plugin.sh --- plugin.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin.sh b/plugin.sh index 95839a8..1131da9 100755 --- a/plugin.sh +++ b/plugin.sh @@ -64,8 +64,7 @@ if [[ "${PLUGIN_SKIP_UNUSED_STAGES:-}" == "true" ]]; then SKIP_UNUSED_STAGES="--skip-unused-stages=true" fi -# full, redo, time -if [ -n "${PLUGIN_SNAPSHOT_MODE:-}" ]; then +if [[ -n "${PLUGIN_SNAPSHOT_MODE:-}" ]]; then SNAPSHOT_MODE="--snapshot-mode=${PLUGIN_SNAPSHOT_MODE}" fi