We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb9787 commit e2fdf6bCopy full SHA for e2fdf6b
src/main/bash/sdkman-use.sh
@@ -26,7 +26,11 @@ function __sdk_use() {
26
27
if [[ ! -d "${SDKMAN_CANDIDATES_DIR}/${candidate}/${version}" ]]; then
28
echo ""
29
- __sdkman_echo_red "Stop! ${candidate} ${version} is not installed."
+ __sdkman_echo_red "Stop! Candidate version is not installed."
30
+ echo ""
31
+ __sdkman_echo_yellow "Tip: Run the following to install this version"
32
33
+ __sdkman_echo_yellow "$ sdk install ${candidate} ${version}"
34
return 1
35
fi
36
0 commit comments