Skip to content

Commit

Permalink
chore: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonianb committed Jul 2, 2019
1 parent bd6e2f5 commit 707325f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/moneyd.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Object.keys(Moneyd.uplinks).forEach((uplinkName) => {
yargs
.demandCommand()
.strict()
.argv
.parse()

function addUplinkCommand (uplinkName, cmd) {
yargs.command({
Expand Down

0 comments on commit 707325f

Please sign in to comment.