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 b3874c5 commit 0551b88
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 0551b88

Please sign in to comment.