Skip to content

Commit

Permalink
Pass platform identifier to selfupdate stable script.
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0der committed Aug 6, 2022
1 parent ccf6770 commit 8adeaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/bash/sdkman-selfupdate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function __sdk_selfupdate() {
__sdkman_secure_curl "${SDKMAN_CANDIDATES_API}/selfupdate/beta/${SDKMAN_PLATFORM}" | bash
else
export sdkman_debug_mode
__sdkman_secure_curl "${SDKMAN_CANDIDATES_API}/selfupdate/stable" | bash
__sdkman_secure_curl "${SDKMAN_CANDIDATES_API}/selfupdate/stable/${SDKMAN_PLATFORM}" | bash
fi
}

Expand Down

0 comments on commit 8adeaf9

Please sign in to comment.