Skip to content

Commit

Permalink
The pause 'prompt' parameter now requires quotes around the message.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbielawa committed Oct 13, 2012
1 parent 8dadf8a commit 8831e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/pause
Original file line number Diff line number Diff line change
Expand Up @@ -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"
'''

0 comments on commit 8831e59

Please sign in to comment.