Skip to content

Commit

Permalink
Update deprecation link again
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0der committed Dec 21, 2024
1 parent cadd725 commit b8d230b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main/bash/sdkman-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,10 @@ function __sdkman_echo_confirm() {
function __sdkman_deprecation_notice() {
local message="
[Deprecation Notice]:
This legacy '$1' command is replaced by a native implementation
and it will be removed in a future release.
Follow the discussion here:
https://github.com/sdkman/sdkman-cli-native/discussions/18"
Please follow the discussion here:
https://github.com/sdkman/sdkman-cli/discussions/1332"

if [[ "$sdkman_colour_enable" == 'false' ]]; then
__sdkman_echo_no_colour "$message"
Expand Down

0 comments on commit b8d230b

Please sign in to comment.