Skip to content

Commit

Permalink
fix: remove [...] from command deploy
Browse files Browse the repository at this point in the history
fix: remove [...] from command
  • Loading branch information
gagdiez committed Feb 26, 2024
2 parents ba6c986 + 878ec48 commit 1a0d738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/contract/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const inspectResponse = require('../../utils/inspect-response');
const { DEFAULT_NETWORK } = require('../../config');

module.exports = {
command: 'deploy <account-id> <wasm-file> [...]',
command: 'deploy <account-id> <wasm-file>',
desc: 'Deploy a contract to an existing account (optionally initializing it)',
builder: (yargs) => yargs
.option('wasmFile', {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "near-cli",
"version": "4.0.5",
"version": "4.0.6",
"description": "Simple CLI for interacting with NEAR Protocol",
"engines": {
"node": ">= 16"
Expand Down

0 comments on commit 1a0d738

Please sign in to comment.