We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbdf897 commit f2dc682Copy full SHA for f2dc682
1 file changed
utils/exit.js
@@ -6,7 +6,7 @@ module.exports = () => {
6
io.write(cyan(`\nThank you for using ${pkg.name}!\n`));
7
io.write(
8
cyan(
9
- "Please ⭐️ the repo: https://github.com/msaaddev/github-interact-cli/"
+ "Please ⭐️ the repo: https://github.com/msaaddev/github-interact-cli/\n"
10
)
11
);
12
};
0 commit comments