Merge pull request #1657 from groovemonkey/patch-1

small spelling correction
This commit is contained in:
Ivo Verberk 2016-08-27 14:23:28 +02:00 committed by GitHub
commit 04e1280d01
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`.