Skip to content

Commit

Permalink
Wrap source line
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Oct 28, 2016
1 parent 09052fb commit f0dd21f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/source/docs/job-specification/artifact.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ before the starting the task.
artifact, relative to the root of the task's directory. If omitted, the
default value is to place the binary in `local/`.

- `source` `(string: required)` - Specifies the URL of the artifact to download. The can be any URL as defined by the [`go-getter`][go-getter] library.
- `source` `(string: required)` - Specifies the URL of the artifact to download.
The can be any URL as defined by the [`go-getter`][go-getter] library.

- `options` `(map<string|string>: nil)` - Specifies configuration parameters to
fetch the artifact. The key-value pairs map directly to parameters appended to
Expand Down

0 comments on commit f0dd21f

Please sign in to comment.