Skip to content

Commit

Permalink
Fingers crossed
Browse files Browse the repository at this point in the history
  • Loading branch information
jrrom committed Nov 5, 2023
1 parent 58ddc0a commit 88d9b6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/download
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ download_release "$ASDF_INSTALL_VERSION" "$release_file"
# Extract contents of tar.gz file into the download directory
tar -xzf "$release_file" -C "$ASDF_DOWNLOAD_PATH" --strip-components=1 || fail "Could not extract $release_file"

mv "$ASDF_DOWNLOAD_PATH/spago" "$ASDF_DOWNLOAD_PATH/bin"

# Remove the tar.gz file since we don't need to keep it
rm "$release_file"

0 comments on commit 88d9b6d

Please sign in to comment.