From 1171b14f2272a436e6088f462ab7702e3ae520f0 Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Sun, 29 Jan 2023 12:21:01 +0100 Subject: [PATCH] fix quoting --- planemo_ci_actions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planemo_ci_actions.sh b/planemo_ci_actions.sh index d7bd1f5..0ab6034 100755 --- a/planemo_ci_actions.sh +++ b/planemo_ci_actions.sh @@ -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