bugfix on sync

This commit is contained in:
Bachir Soussi Chiadmi
2017-03-25 12:49:09 +01:00
parent 2ad8fea86c
commit 5b3ec5472f
+1 -1
View File
@@ -21,7 +21,7 @@ repos[3]='TDSM-english'
for repo in "${repos[@]}" for repo in "${repos[@]}"
do do
echo ${repo} echo ${repo}
if [ -d $folder/$repo ]; if [ -d $folder/$repo.git ];
then then
# if repos exists, pull # if repos exists, pull
echo 'Pull $repo' echo 'Pull $repo'