Skip to content

Commit 9f3fc5e

Browse files
author
Kasper Peeters
committed
Fix quotes.
1 parent 7d33cc9 commit 9f3fc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/homebrew-devel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set variables
4545
run: |
4646
export VERSION=$(cat build/VERSION)
47-
export COMMIT=$(curl -s https://api.github.com/repos/kpeeters/cadabra2/commits/devel | jq .sha)
47+
export COMMIT=$(curl -s https://api.github.com/repos/kpeeters/cadabra2/commits/devel | jq -r .sha)
4848
wget https://github.com/kpeeters/cadabra2/archive/${COMMIT}.tar.gz
4949
export SHA=`cat ${COMMIT}.tar.gz | sha256sum -b | cut -d " " -f 1`
5050
echo "SHA=${SHA}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)