diff --git a/syncrepos b/syncrepos index 6401f79..d7f8f40 100755 --- a/syncrepos +++ b/syncrepos @@ -9,6 +9,8 @@ function sync_repo() { pushd $1 git config --bool branch.master.sync true git config --bool branch.master.syncNewFiles true + git config --bool branch.main.sync true + git config --bool branch.main.syncNewFiles true git-sync popd fi