summaryrefslogtreecommitdiff
path: root/opentox-webservices.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-01 14:36:07 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-01 14:36:07 +0200
commitc13ecd56442d5d9f6aea71e86f2413bd5560531f (patch)
tree78acdc54f1cef4955fe17a90b830bb4e55310fae /opentox-webservices.sh
parentde9c1794db7419da642398ac41975a282ca92dd1 (diff)
Using master by default
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 9ae2376..5f9f635 100755
--- a/opentox-webservices.sh
+++ b/opentox-webservices.sh
@@ -38,7 +38,7 @@ for s in compound dataset algorithm model toxcreate task; do
cd "$s" >>$LOG 2>&1
- git checkout -t origin/development >>$LOG 2>&1 # AM: use development
+ git checkout -t origin/master>>$LOG 2>&1
rm -rf public >>$LOG 2>&1
mkdir public >>$LOG 2>&1