Skip to content

Commit 35eb28a

Browse files
stdavissteveoh
authored andcommitted
fix(backup): put data.zip in the correct temp folder
1 parent 960bce1 commit 35eb28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backup/src/backup/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def backup():
9898
)
9999

100100
print("Downloading exported item...")
101-
export_item.download(save_path=f"./temp/sample-bucket/{item.id}", file_name="data.zip")
101+
export_item.download(save_path=f"./temp/sample-bucket/{item.id}/short", file_name="data.zip")
102102
except Exception as error:
103103
print(error)
104104
print(

0 commit comments

Comments
 (0)