Skip to content

Commit

Permalink
Change the type of overwrite_existing key to boolean.
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Aug 3, 2018
1 parent b619632 commit fc8ae7e
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 @@ -26,7 +26,7 @@
<param name="credentials_file" type="text" label="Credentials File" />
<param name="bucket" type="text" label="Bucket" />
<param name="object_label" type="text" label="Object Label" />
<param name="overwrite_existing" type="text" label="overwrite_existing" />
<param name="overwrite_existing" type="boolean" label="overwrite_existing" />
</inputs>
<outputs>
<data name="output" type="data" label="Output file"/>
Expand Down

0 comments on commit fc8ae7e

Please sign in to comment.