summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-05-24 12:50:17 +0200
committerAndreas Maunz <andreas@maunz.de>2011-05-24 12:50:17 +0200
commit29a3a7e7ce329f1a01861f407752270001882814 (patch)
treef64cf4a4b110d41c29fe4014cb52d17741082644 /config.sh
parent8d7b94b711b4995fc75809c4357930026e2ff3e4 (diff)
Included load test for OB in rb
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sh b/config.sh
index 5a13b3a..ae90af3 100755
--- a/config.sh
+++ b/config.sh
@@ -7,7 +7,7 @@
# 1) Base setup
OT_DIST="debian" # Linux distribution (debian)
OT_INSTALL="local" # Type (gem, local, server)
-OT_BRANCH="master" # Maturity (development, master)
+OT_BRANCH="development" # Maturity (development, master)
# 2) Where all binaries are installed.
OT_PREFIX="$HOME/opentox-ruby"