Skip to content

Commit

Permalink
extract wownero-cli as wownero
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Beast committed Oct 15, 2024
1 parent 8627f1d commit ab0d28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export async function downloadWowneroCli() {

await $`wget ${WOWNERO_WALLET_CLI_URL}`;
await $
.raw`tar -xvf ${WOWNERO_CLI_FILE_NAME}.tar.bz2 --one-top-level=monero-cli --strip-components=1 -C tests`;
.raw`tar -xvf ${WOWNERO_CLI_FILE_NAME}.tar.bz2 --one-top-level=wownero-cli --strip-components=1 -C tests`;
await $.raw`rm ${WOWNERO_CLI_FILE_NAME}.tar.bz2`;
}

Expand Down

0 comments on commit ab0d28c

Please sign in to comment.