Skip to content

Commit bb119b8

Browse files
committed
Remove legacy completion command workaround
1 parent c37a9fd commit bb119b8

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-
# Left here for legacy purposes, issue #912 on Github
64-
if [[ "$COMMAND" == "completion" ]]; then
65-
return 0
66-
fi
67-
6863
#
6964
# Various sanity checks and default settings
7065
#

0 commit comments

Comments
 (0)