Skip to content

Commit

Permalink
In the download-to-cloud tool, replace blank space in hda name with _.
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Aug 8, 2018
1 parent 8502dc5 commit 0aae050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cloud/download.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
--co_user_domain_name=$connection.user_domain_name
#end if
--bucket=$bucket
--object_label=$filename.name
--object_label=$filename.name.replace(" ", "_")
--overwrite_existing=$overwrite_existing
</command>
<inputs>
Expand Down

0 comments on commit 0aae050

Please sign in to comment.