Explorar o código

bugfix on sync

Bachir Soussi Chiadmi %!s(int64=7) %!d(string=hai) anos
pai
achega
5b3ec5472f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'