ai/at
ai/at
1
0
This commit is contained in:
syui 2025-02-25 09:53:07 +09:00
parent 794c50c6d0
commit a05f698ee3
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

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