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_build_version_csv $1
|
||||
echo $CSV | tr ',' ' '
|
||||
__sdkman_build_version_csv $1 | tr ',' ' '
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user