bad variable placement

This commit is contained in:
Tommy Verrall
2023-02-03 10:16:34 -01:00
parent 8926d622b3
commit 03364b848b
+1 -1
View File
@@ -22,7 +22,7 @@ echo "the version number is ${VERSION_NUMBER} to be installed from github"
# install the current release binary
# so this is dependant on running on a linux machine for the time being
curl -L "https://github.com/nymtech/nym/releases/download/nym-binaries-${RELEASE_VERSION_NUMBER}/${$BINARY_NAME}" -o "$BINARY_NAME"
curl -L "https://github.com/nymtech/nym/releases/download/nym-binaries-${RELEASE_VERSION_NUMBER}/${BINARY_NAME}" -o nym-mixnode
chmod u+x "$BINARY_NAME"
#--------------------------------------