Skip to content

Commit

Permalink
fix: rename --update-index to --update (fixes #10) (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
laggingreflex authored and gajus committed Nov 28, 2016
1 parent 974142c commit d7e2528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/create-index.js
Expand Up @@ -20,5 +20,5 @@ const argv = yargs
.argv;

writeIndexCli(argv._, {
updateIndex: argv.updateIndex
updateIndex: argv.update
});

0 comments on commit d7e2528

Please sign in to comment.