Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kehoecj authored Jul 22, 2024
1 parent 29e0012 commit 8502687
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ if [ -n "$GROUP_BY" ]; then
CMD="$CMD --group-by=$GROUP_BY"
fi

( "${CMD}" "${SEARCH_PATHS}" )
# add search paths
CMD="$CMD $SEARCH_PATHS"

( ${CMD} )

0 comments on commit 8502687

Please sign in to comment.