up sync-git-mirrors.sh

This commit is contained in:
Milan Hauth 2023-11-25 10:33:15 +01:00
parent c13875db89
commit d4710d221d
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
set -e
set -x
# chdir to repo root
cd "$(dirname "$0")"/../..
opts="--force"
main_branch="master"