Merge pull request #1098 from bkmeneguello/sdkman_fix

Fix "sdkman use" version completion
pull/1101/head
Nils Winkler 2017-11-28 08:22:58 +01:00 committed by GitHub
commit 303a5bf661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -53,8 +53,7 @@ _sdkman_candidate_versions(){
__sdkman_cleanup_local_versions(){
__sdkman_build_version_csv $1
echo $CSV | tr ',' ' '
__sdkman_build_version_csv $1 | tr ',' ' '
}