From fc826b9f0d21b85b085842521c7a8cc445412c08 Mon Sep 17 00:00:00 2001 From: effoeffi Date: Mon, 11 Mar 2024 15:39:41 +0200 Subject: [PATCH] fix --- breaking/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/breaking/entrypoint.sh b/breaking/entrypoint.sh index b0ddf51..e52050c 100755 --- a/breaking/entrypoint.sh +++ b/breaking/entrypoint.sh @@ -10,7 +10,7 @@ readonly deprecation_days_beta="$6" readonly deprecation_days_stable="$7" readonly exclude_elements="$8" readonly composed="$9" -readonly output_to_file="$10" +readonly output_to_file="${10}" write_output () { _write_output_output="$1"