You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: utils/deleteRepo.js
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,11 @@ module.exports = async () => {
43
43
constname="⚠️ WARNING";
44
44
constmsg="Couldn't Delete Repos!!";
45
45
box(name,msg);
46
-
io.write(yellow("\n> Be sure to give delete repo access to your personal access token. You can read about it more here -> https://github.com/msaaddev/github-interact-cli/blob/master/readme.md#-delete-your-existing-repo"))
46
+
io.write(
47
+
yellow(
48
+
"\n> Be sure to give delete repo access to your personal access token. You can read about it more here -> https://github.com/msaaddev/github-interact-cli#%EF%B8%8F-delete-your-existing-repo"
0 commit comments