Skip to content

Commit

Permalink
runner.aws_batch: Correct typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Jan 31, 2024
1 parent 119c563 commit 6b8262a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextstrain/cli/runner/aws_batch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def register_arguments(parser) -> None:


def run(opts, argv, working_volume = None, extra_env: Env = {}, cpus: int = None, memory: int = None) -> int:
# Unlike other runners, the AWS Bach runner currently *requires* a working
# Unlike other runners, the AWS Batch runner currently *requires* a working
# dir in most usages. This is ok as we only provide the AWS Batch runner
# for commands which also require a working dir (e.g. build), whereas other
# runners also work with commands that don't.
Expand Down

0 comments on commit 6b8262a

Please sign in to comment.