Skip to content

Commit

Permalink
Correct tmp download dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Oct 2, 2023
1 parent 003a568 commit 79f4552
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 @@ -28,7 +28,7 @@ function install() {

local tmp_download_dir

tmp_download_dir=$(mktemp -d -t asdf)
tmp_download_dir=$(mktemp -d -t asdf.XXXXXXXX)

local bin_install_path="${install_path}/bin"

Expand Down

0 comments on commit 79f4552

Please sign in to comment.