aboutsummaryrefslogtreecommitdiffstats
path: root/kerl
diff options
context:
space:
mode:
Diffstat (limited to 'kerl')
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index 07452ef..80c34f9 100755
--- a/kerl
+++ b/kerl
@@ -1109,7 +1109,7 @@ install_docsh() {
GIT=$(echo -n $REPO_URL | $MD5SUM | cut -d ' ' -f $MD5SUM_FIELD)
BUILDNAME=$1
DOCSH_DIR="$KERL_BUILD_DIR/$BUILDNAME/docsh"
- DOCSH_REF=kerl-install-docsh
+ DOCSH_REF="0.3.0"
ACTIVE_PATH=$2
OTP_VERSION=$(get_otp_version $1)