Skip to content

Commit 9020376

Browse files
authored
fix: use braces
1 parent f3cd4da commit 9020376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

breaking/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readonly deprecation_days_beta="$6"
1010
readonly deprecation_days_stable="$7"
1111
readonly exclude_elements="$8"
1212
readonly filter_extension="$9"
13-
readonly composed="$10"
13+
readonly composed="${10}"
1414
readonly output_to_file="${11}"
1515

1616
write_output () {

0 commit comments

Comments
 (0)