We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af3b63 commit f1f1064Copy full SHA for f1f1064
utils/createRepo.js
@@ -15,7 +15,7 @@ const headers = require("./auth");
15
module.exports = async () => {
16
io.write("------------------------------------------");
17
// getting data from terminal
18
- if (username === "" && password === "") {
+ if (username === "") {
19
io.write(cyan("> Enter GitHub Username"));
20
username = await io.read();
21
io.write("");
0 commit comments