mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-05-19 05:58:43 -04:00
Remove home command hack
This commit is contained in:
committed by
Marco Vermeulen
parent
65b95fb8e1
commit
c37a9fd7ff
@@ -60,11 +60,6 @@ function sdk() {
|
||||
;;
|
||||
esac
|
||||
|
||||
if [[ "$COMMAND" == "home" ]]; then
|
||||
__sdk_home "$QUALIFIER" "$3"
|
||||
return $?
|
||||
fi
|
||||
|
||||
# Left here for legacy purposes, issue #912 on Github
|
||||
if [[ "$COMMAND" == "completion" ]]; then
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user