diff --git a/_scripts/change-theme.ts b/_scripts/change-theme.ts index 11d51d1..56be997 100644 --- a/_scripts/change-theme.ts +++ b/_scripts/change-theme.ts @@ -12,7 +12,7 @@ export const commitTheme = (mode: string, newTheme: string) => { console.log(`Commit créé avec succès: "${commitMessage}"`) - execSync(`git push"`, { stdio: "inherit" }) + execSync(`git push`, { stdio: "inherit" }) console.log(`Push sur origin`) } catch (error) {