Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Wolf <[email protected]>
  • Loading branch information
christianlupus committed Sep 18, 2023
1 parent 967f23a commit ee1ca1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ esac

if [ -n "$APPS_CLONE_FILTER" ]
then
APPS_CLONE_PARAMS=$CLONE_PARAMS
APPS_CLONE_PARAMS=("${CLONE_PARAMS[@]}")
else
APPS_CLONE_PARAMS=
APPS_CLONE_PARAMS=()
fi

indent() {
Expand Down

0 comments on commit ee1ca1e

Please sign in to comment.