Skip to content

Commit

Permalink
fix update script
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann committed Aug 29, 2024
1 parent 429218a commit 07a51cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updateToRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ formula=$2

git checkout -b "${version}"

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)
wget "${tar_url}" -O /tmp/prerel.tar.gz -q
sha256_output=$(sha256sum /tmp/prerel.tar.gz)
sha256=$(printf "%s" "${sha256_output}" | awk '{print $1}')
Expand Down

0 comments on commit 07a51cb

Please sign in to comment.