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 7547946 commit 1ea407cCopy full SHA for 1ea407c
src/main/bash/sdkman-main.sh
@@ -69,11 +69,12 @@ function sdk() {
69
# Various sanity checks and default settings
70
#
71
72
- # Check version and candidates cache
+ # Check candidates cache
73
if [[ "$COMMAND" != "update" ]]; then
74
___sdkman_check_candidates_cache "$SDKMAN_CANDIDATES_CACHE" || return 1
75
- ___sdkman_check_version_cache
76
fi
+ # Check version cache
77
+ ___sdkman_check_version_cache
78
79
# Always presume internet availability
80
SDKMAN_AVAILABLE="true"
0 commit comments