Skip to content

Commit 5fad8be

Browse files
Fix url command
1 parent 6ff7db9 commit 5fad8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudinary_cli/core/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def url(public_id, transformation, resource_type, delivery_type, open_in_browser
2020
public_id += ".json"
2121

2222
res = cloudinary_url(public_id, resource_type=resource_type,
23-
raw_transformation=transformation, type=type, sign_url=sign)[0]
23+
raw_transformation=transformation, type=delivery_type, sign_url=sign)[0]
2424
echo(res)
2525

2626
if open_in_browser:

0 commit comments

Comments
 (0)