summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2023-01-21 16:06:39 +0100
committerMinteck <contact@minteck.org>2023-01-21 16:06:39 +0100
commit2a6a2b3a7c906eba1964f9ef714089fb69c32515 (patch)
treee57cecc2cc9b114c9ef2a02189eebbc2e75c343c
parent26d96793a06de213044f4c80b34acd5de9ea54c9 (diff)
downloadautopush-2a6a2b3a7c906eba1964f9ef714089fb69c32515.tar.gz
autopush-2a6a2b3a7c906eba1964f9ef714089fb69c32515.tar.bz2
autopush-2a6a2b3a7c906eba1964f9ef714089fb69c32515.zip
Updated autopush (automated)
-rwxr-xr-xautopush2
1 files changed, 1 insertions, 1 deletions
diff --git a/autopush b/autopush
index 682dc7d..8f3c617 100755
--- a/autopush
+++ b/autopush
@@ -110,7 +110,7 @@ function capitalizeFirstLetter(string) {
child_process.execFileSync("git", ["commit", "-m", message], { cwd: root });
spinner.text = chalk.gray("[" + file + "] ") + "Pushing to remote...";
- child_process.execFileSync("git", ["push", "--all", "origin"], { cwd: root });
+ child_process.execFileSync("git", ["push", "--all", "--force", "origin"], { cwd: root });
spinner.succeed(chalk.gray("[" + file + "] ") + "Completed");
}