summaryrefslogtreecommitdiff
path: root/opentox-webservices.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-05-18 09:29:53 +0200
committerAndreas Maunz <andreas@maunz.de>2011-05-18 09:29:53 +0200
commitccdba9f5223d82873b1c653ea3f8635f18fefd0e (patch)
treea65f1c14b32e36be889f5724be82bfb9c103d684 /opentox-webservices.sh
parenta198d10ba86c08d84d707704654cf206c42fb040 (diff)
parent6ea88d31eeae8017d13b495f97794243838a2e42 (diff)
Merge branch 'development' into release/2.0.0
Diffstat (limited to 'opentox-webservices.sh')
-rwxr-xr-xopentox-webservices.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentox-webservices.sh b/opentox-webservices.sh
index 23af311..91d402e 100755
--- a/opentox-webservices.sh
+++ b/opentox-webservices.sh
@@ -44,7 +44,7 @@ mkdir -p "$WWW_DEST/opentox" >>$LOG 2>&1
cd "$WWW_DEST/opentox" >>$LOG 2>&1
for s in compound dataset algorithm model toxcreate task validation; do
rm -rf "$s" >>$LOG 2>&1
- $GIT clone "git://github.com/opentox/$s.git" "$s" >>$LOG 2>&1
+ $GIT clone "git@github.com:opentox/$s.git" "$s" >>$LOG 2>&1
cd "$s" >>$LOG 2>&1
$GIT checkout -b $OT_BRANCH origin/$OT_BRANCH >>$LOG 2>&1
#rm -rf public >>$LOG 2>&1