Fix "sdkman use" version completion

There is no more the CSV variable after __sdkman_build_version_csv
pull/1098/head
Bruno Meneguello 2017-11-27 15:03:17 -02:00 committed by GitHub
parent 09e3399d0b
commit 126703fb76
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_cleanup_local_versions(){
__sdkman_build_version_csv $1 __sdkman_build_version_csv $1 | tr ',' ' '
echo $CSV | tr ',' ' '
} }