aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/introduction.rst2
1 files changed, 1 insertions, 1 deletions
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)