small spelling correction

This commit is contained in:
Dave Cohen 2016-08-27 08:18:02 -04:00 committed by GitHub
parent 6548851c7c
commit 7c31740e6d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ The `exec` driver supports the following configuration in the job spec:
* `command` - The command to execute. Must be provided. If executing a binary * `command` - The command to execute. Must be provided. If executing a binary
that exists on the host, the path must be absolute. If executing a binary that that exists on the host, the path must be absolute. If executing a binary that
is download from an [`artifact`](/docs/jobspec/index.html#artifact_doc), the is downloaded from an [`artifact`](/docs/jobspec/index.html#artifact_doc), the
path can be relative from the allocations's root directory. path can be relative from the allocations's root directory.
* `args` - (Optional) A list of arguments to the optional `command`. * `args` - (Optional) A list of arguments to the optional `command`.