Skip to content

Commit d5753e3

Browse files
committed
🐛 FIX: link
1 parent 612a9f9 commit d5753e3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

utils/deleteRepo.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ module.exports = async () => {
4343
const name = "⚠️ WARNING";
4444
const msg = "Couldn't Delete Repos!!";
4545
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"
49+
)
50+
);
4751
exit();
4852
});
4953
};

0 commit comments

Comments
 (0)