Skip to content
Snippets Groups Projects
Unverified Commit e700ecb9 authored by Eelco Dolstra's avatar Eelco Dolstra Committed by GitHub
Browse files

Merge pull request #4986 from jkeifer/master

Fix wrong hash var for aarch64-darwin binary
parents 0a884572 c8a80e4d
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ case "$(uname -s).$(uname -m)" in
system=x86_64-darwin
;;
Darwin.arm64|Darwin.aarch64)
hash=@binaryTarball_aarch64-darwin@
hash=@tarballHash_aarch64-darwin@
path=@tarballPath_aarch64-darwin@
system=aarch64-darwin
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment