aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-24 10:55:13 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-24 10:55:13 -0700
commit153cc5b3a5037115cfa1ce64eb6c745940b9979b (patch)
tree5e73c42bf9eb28c323d7db6faacf1bc390312e99
parent486cc3668972ce98a0287f163a4994836107e1b0 (diff)
downloadconsfigurator-153cc5b3a5037115cfa1ce64eb6c745940b9979b.tar.gz
FILE:REGEX-REPLACE-LINES: make FILE argument the first one
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/property/file.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/file.lisp b/src/property/file.lisp
index ac997d3..5b7a033 100644
--- a/src/property/file.lisp
+++ b/src/property/file.lisp
@@ -43,7 +43,7 @@
(:apply
(data-uploaded (get-hostname) destination destination)))
-(defprop regex-replace-lines :posix (regex replace file)
+(defprop regex-replace-lines :posix (file regex replace)
"Like s/REGEX/REPLACE/ on the lines of FILE.
Uses CL-PPCRE:REGEX-REPLACE, which see for the syntax of REPLACE."
(:apply