Skip to content

Commit c3a4e26

Browse files
committed
Update to code so that the test now passes
1 parent 2a500bf commit c3a4e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/check-license-header.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dynamic_exclude_list=( )
4646

4747
if [[ -f .licenseignore ]]; then
4848
static_exclude_list+=( '":(exclude).licenseignore"' )
49-
#readarray -t dynamic_exclude_list <<< "$(sed -E 's/^(.*)$/":(exclude)\1"/' <.licenseignore)"
49+
readarray -t dynamic_exclude_list <<< "$(sed -E 's/^(.*)$/":(exclude)\1"/' <.licenseignore)"
5050
fi
5151

5252
exclude_list=( "${static_exclude_list[@]}" "${dynamic_exclude_list[@]}" )

0 commit comments

Comments
 (0)