Browse Source

bugfix on sync

Bachir Soussi Chiadmi 7 years ago
parent
commit
5b3ec5472f
1 changed files with 1 additions and 1 deletions
  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'