From 8831e597001d7295ae1820462b5c417fe01be981 Mon Sep 17 00:00:00 2001 From: Tim Bielawa Date: Fri, 12 Oct 2012 23:48:08 -0400 Subject: [PATCH] The pause 'prompt' parameter now requires quotes around the message. --- library/pause | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/pause b/library/pause index 34e77222c82..ac48f12b4f7 100644 --- a/library/pause +++ b/library/pause @@ -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" '''