diff options
Diffstat (limited to 'scripts/fetch-nym-binaries.sh')
| -rwxr-xr-x | scripts/fetch-nym-binaries.sh | 2 |
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)" |
