Fix grammar in docs for fetch 'fail_on_missing' (#3872)

pull/18777/head
Brendan Jurd 8 years ago committed by Matt Clay
parent 03515fc26c
commit c5fbda395b

@ -45,7 +45,7 @@ options:
fail_on_missing: fail_on_missing:
version_added: "1.1" version_added: "1.1"
description: description:
- Makes it fails when the source file is missing. - When set to 'yes', the task will fail if the source file is missing.
required: false required: false
choices: [ "yes", "no" ] choices: [ "yes", "no" ]
default: "no" default: "no"

Loading…
Cancel
Save