Skip to content

Commit 9dd764a

Browse files
committed
🐛 FIX: Lingo
1 parent 3de06d2 commit 9dd764a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/showHelp.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
module.exports = async country => {
2-
if (country === "help") {
1+
module.exports = async input => {
2+
if (input === "help") {
33
await cli.showHelp(0);
44
}
55
};

0 commit comments

Comments
 (0)