Skip to content

Commit 0551b88

Browse files
committed
chore: fix lint error
1 parent b3874c5 commit 0551b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/moneyd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Object.keys(Moneyd.uplinks).forEach((uplinkName) => {
105105
yargs
106106
.demandCommand()
107107
.strict()
108-
.argv
108+
.parse()
109109

110110
function addUplinkCommand (uplinkName, cmd) {
111111
yargs.command({

0 commit comments

Comments
 (0)