Skip to content

Commit 7193fed

Browse files
committed
new content added
1 parent 98e57cc commit 7193fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ inquirer
2626
fs.copyFile(`/home/abhinav/cpp_templates/${answers.template}`,cwd+`/${name}.cpp`,(err: any)=>{
2727
console.log(err);
2828
})
29-
console.log("your template is ready 🎉")
29+
console.log("your template is ready 🎉");
3030
})
3131
.catch((error: { isTtyError: any; }) => {
3232
if(error.isTtyError) {

0 commit comments

Comments
 (0)