From d9fc9b544664867e89fab80862227be6b69a5a7c Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 8 Dec 2021 10:15:40 -0700 Subject: introduction.rst: fix FILE:CONTAINS-LINES example Reported-by: Andreas Reuleaux 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 cc961ee..45d6472 100644 --- a/doc/introduction.rst +++ b/doc/introduction.rst @@ -63,7 +63,7 @@ Try it out / quick start It's multiline. CL-INTERPOL and CL-HEREDOC are also available; the latter is particularly useful for shell scripts.}) (file:has-content "/etc/bar" '("or" "specify" "a" "list" "of" "lines"")) - (file:contains-lines "/etc/some.conf" '("FOO=bar")) ; preserve rest of file contents + (file:contains-lines "/etc/some.conf" "FOO=bar") ; preserve rest of file contents ;; This will call debootstrap(1) in a way which respects the apt ;; cacher and mirror configured above, so setting up multiple -- cgit v1.2.3