summaryrefslogtreecommitdiff
path: root/utils.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils.sh')
-rwxr-xr-xutils.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.sh b/utils.sh
index 6d40b74..8ff9f6d 100755
--- a/utils.sh
+++ b/utils.sh
@@ -108,7 +108,7 @@ install_ot_service(){
cd $OT_PREFIX
ot_git_download
cd $SERVICE
- git checkout development
+ git checkout $OT_BRANCH
case "$SERVICE" in
opentox-server) install_with_bundler;;
opentox-client) install_with_bundler;;