Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakski committed Jan 10, 2024
1 parent f6d31f8 commit 00b8e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/download
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ ! -d "${ASDF_DOWNLOAD_PATH}/janet" ]; then
curl "${curl_opts[@]}" "${janet_repo}/archive/${janet_version}.tar.gz" |
tar -C "${ASDF_DOWNLOAD_PATH}/janet" --strip-components=1 -xzf -
fi
if [ "${JPM_REF:-" "}" != " " ] && [ ! -d "${ASDF_DOWNLOAD_PATH}/jpm" ]; then
if [ "${JPM_REF:-"master"}" != " " ] && [ ! -d "${ASDF_DOWNLOAD_PATH}/jpm" ]; then
mkdir -p "${ASDF_DOWNLOAD_PATH}/jpm"
curl "${curl_opts[@]}" "${jpm_repo}/archive/${JPM_REF:-"master"}.tar.gz" |
tar -C "${ASDF_DOWNLOAD_PATH}/jpm" --strip-components=1 -xzf -
Expand Down

0 comments on commit 00b8e66

Please sign in to comment.