We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3cd4da commit 9020376Copy full SHA for 9020376
1 file changed
breaking/entrypoint.sh
@@ -10,7 +10,7 @@ readonly deprecation_days_beta="$6"
10
readonly deprecation_days_stable="$7"
11
readonly exclude_elements="$8"
12
readonly filter_extension="$9"
13
-readonly composed="$10"
+readonly composed="${10}"
14
readonly output_to_file="${11}"
15
16
write_output () {
0 commit comments