Fix "sdkman use" version completion
There is no more the CSV variable after __sdkman_build_version_csv
This commit is contained in:
@@ -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 ',' ' '
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user