Skip to content

Commit 07a51cb

Browse files
committed
fix update script
1 parent 429218a commit 07a51cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updateToRelease.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ formula=$2
1111

1212
git checkout -b "${version}"
1313

14-
tar_url=$(echo "https://github.com/indigo-dc/oidc-agent/archive/refs/tags/VTAG.tar.gz" | sed \"s/VTAG/"${tag}"/g\")
14+
tar_url=$(echo "https://github.com/indigo-dc/oidc-agent/archive/refs/tags/VTAG.tar.gz" | sed s/VTAG/"${tag}"/g)
1515
wget "${tar_url}" -O /tmp/prerel.tar.gz -q
1616
sha256_output=$(sha256sum /tmp/prerel.tar.gz)
1717
sha256=$(printf "%s" "${sha256_output}" | awk '{print $1}')

0 commit comments

Comments
 (0)