aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-04 15:41:16 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-04 15:48:02 -0700
commit7b718e13a18c5672eef909835e53d64bdc934464 (patch)
treef6ae93dd1aebc7ef3963941cf71cf07aa8e47a66 /src
parent4d5135dc67156926621845034af9409532f8ea71 (diff)
downloadconsfigurator-7b718e13a18c5672eef909835e53d64bdc934464.tar.gz
rename REGEX-REPLACE-LINES
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src')
-rw-r--r--src/package.lisp2
-rw-r--r--src/property/file.lisp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/package.lisp b/src/package.lisp
index f74ee1e..6bb1824 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -181,7 +181,7 @@
#:contains-lines
#:data-uploaded
#:host-data-uploaded
- #:regex-replace-lines))
+ #:regex-replaced-lines))
(defpackage :consfigurator.data.asdf
(:use #:cl #:consfigurator))
diff --git a/src/property/file.lisp b/src/property/file.lisp
index 9ef9765..9516f7f 100644
--- a/src/property/file.lisp
+++ b/src/property/file.lisp
@@ -55,7 +55,7 @@ point in doing that here because WRITEFILE is synchronous."
(:apply
(data-uploaded (get-hostname) destination destination)))
-(defprop regex-replace-lines :posix (file regex replace)
+(defprop regex-replaced-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