Unverified Commit 9611a036 authored by Samruddhi Khandale's avatar Samruddhi Khandale Committed by GitHub

fix export bug: maven (#30)

parent 06521e52
...@@ -13,7 +13,7 @@ MAVEN_VERSION=${1:-"latest"} ...@@ -13,7 +13,7 @@ MAVEN_VERSION=${1:-"latest"}
USERNAME=${2:-"automatic"} USERNAME=${2:-"automatic"}
UPDATE_RC=${3:-"true"} UPDATE_RC=${3:-"true"}
SDKMAN_DIR=${SDKMAN_DIR:-"/usr/local/sdkman"} export SDKMAN_DIR=${SDKMAN_DIR:-"/usr/local/sdkman"}
set -e set -e
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment