瀏覽代碼

bugfix on sync

Bachir Soussi Chiadmi 7 年之前
父節點
當前提交
5b3ec5472f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sync.sh

+ 1 - 1
sync.sh

@@ -21,7 +21,7 @@ repos[3]='TDSM-english'
 for repo in "${repos[@]}"
 do
   echo ${repo}
-  if [ -d $folder/$repo ];
+  if [ -d $folder/$repo.git ];
   then
     # if repos exists, pull
     echo 'Pull $repo'