diff --git a/assets/out b/assets/out index 352d36e..5187ada 100644 --- a/assets/out +++ b/assets/out @@ -57,7 +57,7 @@ sha256=$(sha256sum "${sha256_file}" | cut -d' ' -f1) echo "sha256:${sha256}" # Source is always the same for each destination -rclone_source="local:${local_source_dir}" +rclone_source="${local_source_dir}" echo "Source: ${rclone_source}" destinations=$(jq -r '.params.destination[] | @base64' < "$payload")