Merge pull request #1329 from tbielawa/pausequotes
The pause 'prompt' parameter now requires quotes around the message.
This commit is contained in:
commit
05ae500d78
1 changed files with 1 additions and 1 deletions
|
@ -32,5 +32,5 @@ examples:
|
|||
- description: Pause until you can verify updates to an application were successful.
|
||||
code: pause
|
||||
- description: A helpful reminder of what to look out for post-update.
|
||||
code: pause prompt=Make sure org.foo.FooOverload exception is not present
|
||||
code: pause prompt="Make sure org.foo.FooOverload exception is not present"
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue