fix for main branch
This commit is contained in:
@ -19,7 +19,7 @@ do
|
||||
if [ -d ${ZZ}/$i ]
|
||||
then
|
||||
echo $i
|
||||
(cd ${ZZ}/$i; git pull)
|
||||
(cd ${ZZ}/$i; git pull; git checkout main ; git pull ;)
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user