Skip to content

Commit 064145b

Browse files
carlevisonconst-cloudinary
authored andcommitted
Remove condition for folders being created using upload_dir
1 parent 57fb916 commit 064145b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cloudinary_cli/modules/upload_dir.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
help="The path where you want to upload the assets. "
2525
"The path you specify will be pre-pended to the public IDs of the uploaded assets. "
2626
"You can specify a whole path, for example path1/path2/path3. "
27-
"If your product environment uses fixed folder mode, then any folders that do not exist are "
28-
"automatically created.")
27+
"Any folders that do not exist are automatically created.")
2928
@option("-p", "--preset", help="The upload preset to use.")
3029
@option("-e", "--exclude-dir-name", is_flag=True, default=False,
3130
help="When this option is used, the contents of the parent directory are uploaded but not the parent "

0 commit comments

Comments
 (0)