summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-03-06 11:33:16 -0700
committermo khan <mo.khan@gmail.com>2020-03-06 11:33:16 -0700
commitb4abeb395762cd0370aed4f614aa224db5c15f22 (patch)
tree255d4d0331cb9ff6f6cb8d8fdbda3e7a757d37ca /run.sh
parent06cf54374ff826b0fec62bb50e52a38e46c8a81d (diff)
fix some pip specs
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 32db315..cb9394e 100755
--- a/run.sh
+++ b/run.sh
@@ -98,8 +98,8 @@ function major_version_from() {
}
switch_to python "$(major_version_from "${LM_PYTHON_VERSION:-3}")"
-
switch_to java "adopt-openjdk-${LM_JAVA_VERSION:-8}"
+
# shellcheck source=/dev/null
. "$ASDF_DATA_DIR/plugins/java/set-java-home.sh"