diff --git a/scripts/add.js b/scripts/add.js index d3916e5..6aadf04 100644 --- a/scripts/add.js +++ b/scripts/add.js @@ -104,11 +104,11 @@ if (shouldCommit) { await exec(`git add dist ${file}`); - await exec(`git commit -m "[(Auto) Add Theme (${type2.toUpperCase()}Theme)] ${repo}"`); + await exec(`git commit -m "[Add Theme (${type2.toUpperCase()})] ${repo}"`); console.log('Pushing...'); await exec(`git push`); } -rl.close(); \ No newline at end of file +rl.close();