aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-12-26 19:04:19 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-12-27 10:49:11 -0700
commitc360b7cfd71673359ebf6fd887b9e4abdeabd15b (patch)
tree30faab3fb5823ffe1031bb2389e4be5ad5c58783 /doc
parent8cde31fa2b3333bf0620d6951ec8c6e75fe273c7 (diff)
downloadconsfigurator-c360b7cfd71673359ebf6fd887b9e4abdeabd15b.tar.gz
introduction.rst: use a more interesting regular expression
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc')
-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)