From 5b3ec5472f37cb413dd62f584e1d7796513d5d3c Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Sat, 25 Mar 2017 12:49:09 +0100 Subject: [PATCH] bugfix on sync --- sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.sh b/sync.sh index ddd8334..3e0b657 100755 --- a/sync.sh +++ b/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'