Skip to content

Commit

Permalink
fix bind_artifact! docstring for download_info (#1591)
Browse files Browse the repository at this point in the history
`download_info` can be a vector of tuples, not the other way around.
  • Loading branch information
visr authored and KristofferC committed Jan 7, 2020
1 parent 7ce0999 commit b7f2c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Artifacts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ a multi-mapping. It is valid to bind multiple artifacts with the same name, but
different `platform`s and `hash`'es within the same `artifacts_toml`. If `force` is set
to `true`, this will overwrite a pre-existant mapping, otherwise an error is raised.
`download_info` is an optional tuple that contains a vector of URLs and a hash. These
`download_info` is an optional vector that contains tuples of URLs and a hash. These
URLs will be listed as possible locations where this artifact can be obtained. If `lazy`
is set to `true`, even if download information is available, this artifact will not be
downloaded until it is accessed via the `artifact"name"` syntax, or
Expand Down

0 comments on commit b7f2c8d

Please sign in to comment.