[Scripts > Theme] Tweak commit msg

This commit is contained in:
Ducko 2021-07-09 10:12:34 +01:00 committed by Alyxia Sother
parent f761cfbd56
commit b7d71ef88c
No known key found for this signature in database
GPG Key ID: 355968D14144B739
1 changed files with 2 additions and 2 deletions

View File

@ -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();
rl.close();