Skip to content

Commit

Permalink
Update mktemp directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
g-lalevee committed Sep 6, 2024
1 parent c209d54 commit 1fd864f
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 1fd864f

Please sign in to comment.