Skip to content

Commit 128d23a

Browse files
committed
📦NEW: msg
1 parent 16e93fd commit 128d23a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

‎utils/authentication.js‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ try {
99
module.exports = async () => {
1010
io.write(
1111
red(
12-
"\n> This CLI will work best if you enter your GitHub Access Token. THIS IS ONE TIME THING.\n"
12+
"\n> This CLI will work best if you enter your GitHub Access Token. THIS IS ONE TIME THINGY.\n"
1313
)
1414
);
1515
io.write(
@@ -26,5 +26,7 @@ try {
2626
}`;
2727

2828
fs.writeFile(`./auth.js`, userToken, (err) => {});
29+
io.write(green("\nKindly restart the CLI now to ensure that everyone is working perfectly. You can do by selecting exit option.\n"))
30+
io.write(red("THIS IS ONE TIME THINGY."))
2931
};
3032
}

0 commit comments

Comments
 (0)