fix for main branch

This commit is contained in:
USER
2023-06-19 22:26:50 +01:00
parent 2c3ccfedeb
commit cb2e608ee3

View File

@ -19,7 +19,7 @@ do
if [ -d ${ZZ}/$i ] if [ -d ${ZZ}/$i ]
then then
echo $i echo $i
(cd ${ZZ}/$i; git pull) (cd ${ZZ}/$i; git pull; git checkout main ; git pull ;)
fi fi
done done