We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
url
1 parent 6ff7db9 commit 5fad8beCopy full SHA for 5fad8be
cloudinary_cli/core/utils.py
@@ -20,7 +20,7 @@ def url(public_id, transformation, resource_type, delivery_type, open_in_browser
20
public_id += ".json"
21
22
res = cloudinary_url(public_id, resource_type=resource_type,
23
- raw_transformation=transformation, type=type, sign_url=sign)[0]
+ raw_transformation=transformation, type=delivery_type, sign_url=sign)[0]
24
echo(res)
25
26
if open_in_browser:
0 commit comments