Skip to content

Commit fd2f9bd

Browse files
committed
resolve conflicts
1 parent 67a989b commit fd2f9bd

5 files changed

Lines changed: 1 addition & 1 deletion

File tree

app/routes/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def download_file_helm(filename: str):
2020
@app.get("/download-terraform/{filename}")
2121
def download_file_terraform(filename: str):
2222

23-
folder = 'app/media/MyHelm'
23+
folder = 'app/media/MyTerraform'
2424
file_path = os.path.join(folder, filename)
2525

2626
if not os.path.isfile(file_path):
-350 Bytes
Binary file not shown.
Binary file not shown.
-350 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)