Skip to content

Commit

Permalink
Merge pull request #564 from ugexe/ugexe/avoid-reusing-temp-dir
Browse files Browse the repository at this point in the history
Avoid reusing subdirectory in temp path
  • Loading branch information
ugexe authored Jul 21, 2024
2 parents a868e44 + 0ecd9d0 commit ef2dfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ConfigVersion" : "1",
"StoreDir" : "$*HOME/.zef/store",
"TempDir" : "$*TMPDIR/.zef/{time}.{$*PID}",
"TempDir" : "$*TMPDIR/.zef.{time}.{$*PID}",
"DefaultCUR" : ["auto"],
"License" : {
"whitelist" : "*",
Expand Down

0 comments on commit ef2dfb0

Please sign in to comment.