diff --git a/sync.sh b/sync.sh index 5f536c0..15babfb 100755 --- a/sync.sh +++ b/sync.sh @@ -1,5 +1,5 @@ cd src -for pkg in collective.contact.core collective.contact.widget collective.dms.basecontent collective.dms.batchimport collective.dms.mailcontent collective.dms.thesaurus; do +for pkg in collective.contact.core collective.contact.widget collective.dms.basecontent collective.dms.batchimport collective.dms.mailcontent collective.dms.thesaurus collective.task; do cd $pkg git remote add entrouvert git+ssh://git@repos.entrouvert.org/$pkg.git