From dfcc7931a26ffb537441ed7727e1f8331cfe8b78 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Wed, 22 Jan 2020 18:11:57 -0600 Subject: [PATCH] Removed useless join command --- assets/out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/out b/assets/out index a1dc284..c7331f6 100644 --- a/assets/out +++ b/assets/out @@ -60,7 +60,7 @@ echo "sha256:${sha256}" rclone_source="local:${local_source_dir}" echo "Source: ${rclone_source}" -destinations=$(jq -r '.params.destination[] | @base64 | join(" ")' < $payload) +destinations=$(jq -r '.params.destination[] | @base64' < $payload) echo "Using encoded destinations: ${destinations}" for destination in $destinations; do