Fix "sdkman use" version completion
There is no more the CSV variable after __sdkman_build_version_csvpull/1098/head
parent
09e3399d0b
commit
126703fb76
|
|
@ -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 ',' ' '
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue