bad variable placement
This commit is contained in:
@@ -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"
|
||||
|
||||
#--------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user