Skip to content

Commit

Permalink
fix: console command "update" not working
Browse files Browse the repository at this point in the history
  • Loading branch information
rejetto committed Sep 21, 2023
1 parent 77f7e73 commit 0d9ffe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const commands = {
},
update: {
params: '',
cb: update
cb: () => update()
},
'check-update': {
params: '',
Expand Down

0 comments on commit 0d9ffe3

Please sign in to comment.