Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hgeraldino authored and marc0der committed Nov 5, 2021
1 parent 5669dbc commit ab8219f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/bash/sdkman-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ function __sdkman_download() {
if [ ! -f "${archives_folder}/${candidate}-${version}.zip" ]; then
local platform_parameter="$(echo $SDKMAN_PLATFORM | tr '[:upper:]' '[:lower:]')"
local download_url="${SDKMAN_CANDIDATES_API}/broker/download/${candidate}/${version}/${platform_parameter}"
local zip_archive_target="${SDKMAN_DIR}/archives/${candidate}-${version}.zip"
local base_name="${candidate}-${version}"
local zip_archive_target="${SDKMAN_DIR}/archives/${base_name}.zip"
headers_file="${metadata_folder}/${base_name}.headers"

# pre-installation hook: implements function __sdkman_pre_installation_hook
Expand Down

0 comments on commit ab8219f

Please sign in to comment.