Skip to content

Commit b8d230b

Browse files
committed
Update deprecation link again
1 parent cadd725 commit b8d230b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/main/bash/sdkman-utils.sh

+2-4
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,10 @@ function __sdkman_echo_confirm() {
114114
function __sdkman_deprecation_notice() {
115115
local message="
116116
[Deprecation Notice]:
117-
118117
This legacy '$1' command is replaced by a native implementation
119118
and it will be removed in a future release.
120-
121-
Follow the discussion here:
122-
https://github.com/sdkman/sdkman-cli-native/discussions/18"
119+
Please follow the discussion here:
120+
https://github.com/sdkman/sdkman-cli/discussions/1332"
123121

124122
if [[ "$sdkman_colour_enable" == 'false' ]]; then
125123
__sdkman_echo_no_colour "$message"

0 commit comments

Comments
 (0)