diff options
| author | mo khan <mo.khan@gmail.com> | 2020-02-20 15:14:00 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-02-20 15:14:00 -0700 |
| commit | dec9ce86354cfc051f3b7b08dcf9474ef5e948a0 (patch) | |
| tree | e7b42d34392016166064e4809c92dcbcaae20a14 | |
| parent | 561930a348dd77f0509b429953895790c71c218b (diff) | |
Do not provide hints to license finder
| -rw-r--r-- | config/.bashrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/.bashrc b/config/.bashrc index e326059..8d1ed76 100644 --- a/config/.bashrc +++ b/config/.bashrc @@ -48,9 +48,9 @@ if [ -n "$LM_PYTHON_VERSION" ]; then switch_to python "$MAJOR_VERSION" python --version pip --version - export LICENSE_FINDER_CLI_OPTS="--python-version $MAJOR_VERSION $LICENSE_FINDER_CLI_OPTS" -else - export LICENSE_FINDER_CLI_OPTS="--python-version 3 $LICENSE_FINDER_CLI_OPTS" + #export LICENSE_FINDER_CLI_OPTS="--python-version $MAJOR_VERSION $LICENSE_FINDER_CLI_OPTS" +#else + #export LICENSE_FINDER_CLI_OPTS="--python-version 3 $LICENSE_FINDER_CLI_OPTS" fi switch_to java "adopt-openjdk-${LM_JAVA_VERSION:-8}" |
