Skip to content

Commit

Permalink
fix(bin/ara-identity): Fix resolve CLI args bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Prash74 committed Dec 3, 2018
1 parent aef0d76 commit 933e41a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/ara-identity
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ program.command(
alias: 's',
describe: 'Shared secret key for the associated network keys.',
requiresArg: true,
default: rc.network.identity.resolver.secret,
})
.option('network', {
alias: 'n',
Expand Down

0 comments on commit 933e41a

Please sign in to comment.