Skip to content

Commit f07f7aa

Browse files
committed
typo
1 parent 0b02b3f commit f07f7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if [[ -n "$working_directory" ]]; then
4141
cd "$working_directory"
4242
fi
4343

44-
if [[ -s "$glob_root_file" ]]; then
44+
if [[ -n "$glob_root_file" ]]; then
4545
expanded_root_file=()
4646
for pattern in "${root_file[@]}"; do
4747
expanded="$(compgen -G "$pattern" || echo "$pattern")"

0 commit comments

Comments
 (0)