Skip to content

Commit

Permalink
Update src/cromshell/validate/command.py
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
bshifaw authored Sep 13, 2023
1 parent dbc285a commit de88a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cromshell/validate/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class MissingArgumentError(Exception):
type=click.Path(exists=True),
help="MiniWDL option: ZIP file or directory containing workflow source files "
"that are used to resolve local imports. This zip bundle will be "
"unpacked in a sandbox accessible to",
"unpacked in a sandbox accessible to this workflow.",
)
@click.option(
"-s",
Expand Down

0 comments on commit de88a30

Please sign in to comment.