Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Commit

Permalink
Fixes #108
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Jun 7, 2017
1 parent 0419999 commit f1f220e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/commands/call.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Positional arguments:
* http://yargs.js.org/docs/#methods-commandmodule-providing-a-command-module
*/
exports.command = 'call <functionName>';
exports.desecription = DESCRIPTION;
exports.description = DESCRIPTION;
exports.builder = (yargs) => {
yargs
.usage(USAGE)
Expand Down

0 comments on commit f1f220e

Please sign in to comment.