diff --git a/image/entrypoints/apply.sh b/image/entrypoints/apply.sh index 5b6fb079..9f62e9f2 100755 --- a/image/entrypoints/apply.sh +++ b/image/entrypoints/apply.sh @@ -83,7 +83,7 @@ if [[ "$INPUT_PLAN_PATH" != "" ]]; then exit 1 fi - PLAN_OUT=$INPUT_PLAN_PATH + PLAN_OUT=$(realpath $INPUT_PLAN_PATH) PLAN_EXIT=2 else plan