summaryrefslogtreecommitdiff
path: root/opentox-webservices.sh
diff options
context:
space:
mode:
Diffstat (limited to 'opentox-webservices.sh')
-rw-r--r--opentox-webservices.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentox-webservices.sh b/opentox-webservices.sh
index d9208ad..294b9bf 100644
--- a/opentox-webservices.sh
+++ b/opentox-webservices.sh
@@ -13,7 +13,7 @@ dir=`pwd`
mkdir -p /var/www/opentox
cd /var/www/opentox
for s in compound dataset algorithm model toxcreate task; do
- git clone git://github.com/helma/opentox-$s.git $s
+ git clone git://github.com/opentox/$s.git $s
cd $s
git checkout -t origin/$branch
mkdir -p public