summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
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 b8228c9..48f7b5c 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="development" # Maturity (development -you need SSH key at Github-, master)
+OT_BRANCH="oldarch" # Maturity (development -you need SSH key at Github-, master)
# 2) Where all binaries are installed.
OT_PREFIX="$HOME/opentox-ruby"