From c360b7cfd71673359ebf6fd887b9e4abdeabd15b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 26 Dec 2021 19:04:19 -0700 Subject: introduction.rst: use a more interesting regular expression Signed-off-by: Sean Whitton --- doc/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/introduction.rst b/doc/introduction.rst index 8db1718..f2ff090 100644 --- a/doc/introduction.rst +++ b/doc/introduction.rst @@ -124,7 +124,7 @@ With ``*ALL-MY-SERVERS*`` as in the previous example,:: (dolist (server *all-my-servers*) (deploy-these :ssh server - (file:regex-replace-lines "/etc/baz" #?/foo/ "bar"))) + (file:regex-replace-lines "/etc/baz" #?/^foo/ "bar"))) (relies on CL-INTERPOL syntax being enabled, as it is in the example consfig above) -- cgit v1.2.3