Skip to content

Commit e868b16

Browse files
committed
fix typo
1 parent de623b8 commit e868b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/draft2tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def makeJobRunner(self, use_container=True): # type: (Optional[bool]) -> JobBas
183183
if t["class"] == "DockerRequirement":
184184
raise UnsupportedRequirement(
185185
"--no-container, but this CommandLineTool has "
186-
"DockerRequiremen under 'requirements'.")
186+
"DockerRequirement under 'requirements'.")
187187
return CommandLineJob()
188188

189189
def makePathMapper(self, reffiles, stagedir, **kwargs):

0 commit comments

Comments
 (0)