Update scripts.markdown (#15639)

The wording here has caused confusion a few times, so making it clearer that the you have to use `false`
This commit is contained in:
Dubh Ad 2020-11-14 20:36:58 +00:00 committed by GitHub
parent e7ee9ca7f2
commit 638e6092c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@ With both types of waits it is possible to set a timeout after which the script
```
{% endraw %}
You can also get the script to abort after the timeout by using optional `continue_on_timeout`.
You can also get the script to abort after the timeout by using optional `continue_on_timeout: false`.
{% raw %}
```yaml
@ -194,7 +194,7 @@ You can also get the script to abort after the timeout by using optional `contin
```
{% endraw %}
Without `continue_on_timeout` the script will always continue.
Without `continue_on_timeout: false` the script will always continue since the default for `continue_on_timeout` is `true`.
### Wait Variable