summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/fetch-nym-binaries.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fetch-nym-binaries.sh b/scripts/fetch-nym-binaries.sh
index ff8f7b6..8876698 100755
--- a/scripts/fetch-nym-binaries.sh
+++ b/scripts/fetch-nym-binaries.sh
@@ -9,7 +9,7 @@ VERSION="v1.1.76"
URL="https://github.com/nymtech/nym/releases/download/nym-binaries-${VERSION}/nym-client"
DEST_DIRS=(
"cmd/nymdrop/bin"
- "cmd/nymdrop-reader/bin"
+ "internal/reader/bin"
)
root="$(cd "$(dirname "$0")/.." && pwd)"