Add the final / at the end of deployment url

This commit is contained in:
Tom Jenkinson
2023-12-15 21:36:50 +00:00
parent c895500574
commit 48982955e4
+1 -1
View File
@@ -47,7 +47,7 @@ mv deployments.json.tmp deployments.json
jq \
--arg version "$version" \
--arg commit "$currentCommit" \
--arg url "$deploymentUrl" \
--arg url "$deploymentUrl/" \
'.individual += [{
"version": $version,
"commit": $commit,