Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Sep 2, 2021
1 parent 0b02b3f commit f07f7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [[ -n "$working_directory" ]]; then
cd "$working_directory"
fi

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

0 comments on commit f07f7aa

Please sign in to comment.