Skip to content

Commit

Permalink
Merge pull request #13 from g-lalevee/issue-11
Browse files Browse the repository at this point in the history
Update mktemp directory name (Issue #11)
  • Loading branch information
micovery authored Sep 18, 2024
2 parents b2c4efa + 1fd864f commit 6d588a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ getLatestRelease() {
}

createTmpDir() {
ret_val=$(mktemp -dt ${BINARY_FILENAME}-tmp)
ret_val=$(mktemp -dt ${BINARY_FILENAME}-XXXXXXX)
}


Expand Down

0 comments on commit 6d588a3

Please sign in to comment.