Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
komi1230 committed Jul 17, 2024
1 parent fe8c0cb commit 354f3d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/download
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ source "${plugin_dir}/lib/utils.bash"

mkdir -p "$ASDF_DOWNLOAD_PATH"

release_file="$ASDF_DOWNLOAD_PATH/$TOOL_NAME-$ASDF_INSTALL_VERSION"
release_file="$ASDF_DOWNLOAD_PATH/$TOOL_NAME"

download_release "$ASDF_INSTALL_VERSION" "$release_file"
1 change: 1 addition & 0 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ install_version() {
(
mkdir -p "$install_path"
cp -r "$ASDF_DOWNLOAD_PATH"/* "$install_path"
echo "install_path = $install_path"
ls $install_path
chmod +x "$install_path/atlas"

Expand Down

0 comments on commit 354f3d7

Please sign in to comment.