We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 429218a commit 07a51cbCopy full SHA for 07a51cb
updateToRelease.sh
@@ -11,7 +11,7 @@ formula=$2
11
12
git checkout -b "${version}"
13
14
-tar_url=$(echo "https://github.com/indigo-dc/oidc-agent/archive/refs/tags/VTAG.tar.gz" | sed \"s/VTAG/"${tag}"/g\")
+tar_url=$(echo "https://github.com/indigo-dc/oidc-agent/archive/refs/tags/VTAG.tar.gz" | sed s/VTAG/"${tag}"/g)
15
wget "${tar_url}" -O /tmp/prerel.tar.gz -q
16
sha256_output=$(sha256sum /tmp/prerel.tar.gz)
17
sha256=$(printf "%s" "${sha256_output}" | awk '{print $1}')
0 commit comments