Skip to content

Commit 6273d0b

Browse files
Oliver Weilermarc0der
authored andcommitted
Revert function name
1 parent f240c7c commit 6273d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/bash/sdkman-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ function __sdkman_normalise() {
7676
echo "${line_without_comments//[[:space:]]/}"
7777
}
7878

79-
function __sdkman_is_matches_candidate_format() {
79+
function __sdkman_matches_candidate_format() {
8080
[[ "$1" =~ ^[[:lower:]]+\=.+$ ]]
8181
}

0 commit comments

Comments
 (0)