summaryrefslogtreecommitdiff
path: root/opentox-webservices.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-28 12:48:20 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-28 12:48:20 +0200
commit7b37b2c92dc746446b6110eab2038254bd704a11 (patch)
treeb243c40000c9cf21bf6535898e9161f573674f7e /opentox-webservices.sh
parente2dc50e08e9245e401ab5726f04706c825e9deaf (diff)
Fixed checkout usage
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 ed37206..7e904ad 100755
--- a/opentox-webservices.sh
+++ b/opentox-webservices.sh
@@ -46,7 +46,7 @@ for s in compound dataset algorithm model toxcreate task; do
rm -rf "$s" >>$LOG 2>&1
$GIT clone "git://github.com/opentox/$s.git" "$s" >>$LOG 2>&1
cd "$s" >>$LOG 2>&1
- $GIT checkout -t origin/$OT_BRANCH >>$LOG 2>&1
+ $GIT checkout -b $OT_BRANCH origin/$OT_BRANCH >>$LOG 2>&1
#rm -rf public >>$LOG 2>&1
#mkdir public >>$LOG 2>&1
mypath_from="$WWW_DEST/opentox/$s/public"