aboutsummaryrefslogtreecommitdiff
path: root/github_sync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'github_sync.sh')
-rwxr-xr-xgithub_sync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/github_sync.sh b/github_sync.sh
index 1426aa5..edd6a15 100755
--- a/github_sync.sh
+++ b/github_sync.sh
@@ -125,7 +125,7 @@ for repo in "${TO_CREATE[@]}"; do
done
for repo in "${TO_PUSH[@]}"; do
- git -C "$REPO_DIR/$repo" push "${GH_REPOS[$repo]}"
+ git -C "$REPO_DIR/$repo" push --all "${GH_REPOS[$repo]}"
done
echo