Skip to content

Commit

Permalink
Rename param
Browse files Browse the repository at this point in the history
  • Loading branch information
ekouts committed Nov 6, 2024
1 parent a2cf909 commit dc44d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firecrest/v2/AsyncClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ async def download(
"""
resp = await self._get_request(
endpoint=f"/filesystem/{system_name}/ops/download",
params={"sourcePath": source_path}
params={"path": source_path}
)
self._json_response(resp, 200)
context: ContextManager[BytesIO] = (
Expand Down

0 comments on commit dc44d86

Please sign in to comment.