Skip to content

Commit

Permalink
Remove home command hack
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0der committed Feb 11, 2023
1 parent 65b95fb commit c37a9fd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/bash/sdkman-main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c37a9fd

Please sign in to comment.