Skip to content

Commit

Permalink
fix: ipfs files cp tutor
Browse files Browse the repository at this point in the history
Closes #1871
  • Loading branch information
lidel authored Oct 29, 2021
1 parent 1ecbfea commit 6b9d604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundles/files/consts.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ export const cliCommandList = {
/**
* @param {string} path
*/
[cliCmdKeys.FROM_IPFS]: (path) => `ipfs cp /ipfs/<cid> "${path}/<dest-name>"`,
[cliCmdKeys.FROM_IPFS]: (path) => `ipfs files cp /ipfs/<cid> "${path}/<dest-name>"`,
[cliCmdKeys.ADD_NEW_PEER]: () => 'ipfs swarm connect <peer-multiaddr>'
}

0 comments on commit 6b9d604

Please sign in to comment.