ai/at
1
0
This commit is contained in:
2025-02-25 09:53:07 +09:00
parent 794c50c6d0
commit a05f698ee3

View File

@ -68,7 +68,6 @@ function at-repos-pull() {
if [ -d $d/repos/${repo##*/} ];then
cd $d/repos/${repo##*/}
if ! git pull;then
cd $d/repos
rm -rf $d/repos/${repo##*/}
at-repos-clone
fi