Skip to content

Commit

Permalink
fix: ensure the temporary file location exists
Browse files Browse the repository at this point in the history
  • Loading branch information
junminahn committed Jun 10, 2024
1 parent 9002b4b commit 37804a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install_tool() {
[ "linux" = "${platform}" ] && tempdir=$(mktemp -d asdf-database-tools.XXXX) || tempdir=$(mktemp -dt asdf-database-tools.XXXX)

filename="v${version}/dist.tar.gz"
tempfile="${tempdir}/${filename}"
tempfile="${tempdir}/${version}.tar.gz"
download_url="https://github.com/egose/database-tools/releases/download/${filename}"

echo "download_url $download_url"
Expand Down

0 comments on commit 37804a1

Please sign in to comment.