chore: fix git push

This commit is contained in:
Julien Calixte
2026-02-15 21:09:45 +01:00
parent 0905fa4916
commit caed1f5e7c

View File

@@ -12,7 +12,7 @@ export const commitTheme = (mode: string, newTheme: string) => {
console.log(`Commit créé avec succès: "${commitMessage}"`) console.log(`Commit créé avec succès: "${commitMessage}"`)
execSync(`git push"`, { stdio: "inherit" }) execSync(`git push`, { stdio: "inherit" })
console.log(`Push sur origin`) console.log(`Push sur origin`)
} catch (error) { } catch (error) {