We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cadd725 commit b8d230bCopy full SHA for b8d230b
src/main/bash/sdkman-utils.sh
@@ -114,12 +114,10 @@ function __sdkman_echo_confirm() {
114
function __sdkman_deprecation_notice() {
115
local message="
116
[Deprecation Notice]:
117
-
118
This legacy '$1' command is replaced by a native implementation
119
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"
+Please follow the discussion here:
+https://github.com/sdkman/sdkman-cli/discussions/1332"
123
124
if [[ "$sdkman_colour_enable" == 'false' ]]; then
125
__sdkman_echo_no_colour "$message"
0 commit comments