Skip to content

Commit

Permalink
fix: det dev curl support for URLs with curly brackets. (#8930)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioga authored Mar 1, 2024
1 parent 225dba3 commit 21fb6d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions harness/determined/cli/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def curl(args: Namespace) -> None:
"-H",
f"Authorization: Bearer {sess.token}",
"-s",
"--globoff",
]
if args.curl_args:
cmd += args.curl_args
Expand Down

0 comments on commit 21fb6d1

Please sign in to comment.