Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Nov 15, 2023
1 parent 05e9eb1 commit 107758c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/get_test_matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ echo "$REPOS" | while IFS= read -r REPO; do
fi

if $FIRST; then
echo -n "$PACKAGE"
echo -n "\"$PACKAGE\""
FIRST=false
else
echo -n ", $PACKAGE"
echo -n ", \"$PACKAGE\""
fi

done
Expand Down

0 comments on commit 107758c

Please sign in to comment.