Skip to content

Commit

Permalink
Correct string type to boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
nwillhoft committed Oct 18, 2024
1 parent d4d1957 commit ff6d806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow/workflows/db_cleanup/nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"required": true
},
"drop_source_db": {
"type": "string",
"type": "boolean",
"description": "Boolean to drop the source database after put into storage",
"default": false
},
Expand Down

0 comments on commit ff6d806

Please sign in to comment.