Skip to content

Commit

Permalink
Fix tmp path
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsmedley committed Mar 18, 2024
1 parent 1ab8530 commit f9234d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objectManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class ObjectManager {
// Setup Blockstore
temporaryBlockstoreDir = path.resolve(
os.tmpdir(),
".filebase-sdk",
"filebase-sdk",
"uploads",
uploadUUID,
);
Expand Down

0 comments on commit f9234d8

Please sign in to comment.