Skip to content

Commit c37a9fd

Browse files
committed
Remove home command hack
1 parent 65b95fb commit c37a9fd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/bash/sdkman-main.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ function sdk() {
6060
;;
6161
esac
6262

63-
if [[ "$COMMAND" == "home" ]]; then
64-
__sdk_home "$QUALIFIER" "$3"
65-
return $?
66-
fi
67-
6863
# Left here for legacy purposes, issue #912 on Github
6964
if [[ "$COMMAND" == "completion" ]]; then
7065
return 0

0 commit comments

Comments
 (0)