Skip to content

Commit

Permalink
fix quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias authored and mvdbeek committed Jan 30, 2023
1 parent 82aa552 commit 1171b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planemo_ci_actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if [ "$REPOSITORIES" == "" ] && [ "$MODE" == "setup" ]; then
elif [ "$CHUNK_COUNT" -eq 0 ]; then
CHUNK_COUNT=1
fi
echo $CHUNK_COUNT > chunk_count.txt
echo "$CHUNK_COUNT" > chunk_count.txt
else
echo -n "$REPOSITORIES" > repository_list.txt
echo -n "$TOOLS" > tool_list.txt
Expand Down

0 comments on commit 1171b14

Please sign in to comment.