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 f240c7c commit 6273d0bCopy full SHA for 6273d0b
src/main/bash/sdkman-env.sh
@@ -76,6 +76,6 @@ function __sdkman_normalise() {
76
echo "${line_without_comments//[[:space:]]/}"
77
}
78
79
-function __sdkman_is_matches_candidate_format() {
+function __sdkman_matches_candidate_format() {
80
[[ "$1" =~ ^[[:lower:]]+\=.+$ ]]
81
0 commit comments