aboutsummaryrefslogtreecommitdiff
path: root/src/property/sshd.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-01 13:08:02 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-01 15:47:54 -0700
commitd1d43ccbef97abd541ebddb21342439cb6f88f3d (patch)
treef51227b3ee4cb2894a2147b9176abe80d41b3362 /src/property/sshd.lisp
parent70521cc0b6c862af70f0bb8f1f801d3e0b5bf4d2 (diff)
downloadconsfigurator-d1d43ccbef97abd541ebddb21342439cb6f88f3d.tar.gz
rename CONTAINS-FOO-CONF -> CONTAINS-CONF-FOO
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/sshd.lisp')
-rw-r--r--src/property/sshd.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/sshd.lisp b/src/property/sshd.lisp
index f24d837..8120147 100644
--- a/src/property/sshd.lisp
+++ b/src/property/sshd.lisp
@@ -28,4 +28,4 @@
"Set key--value pairs in /etc/ssh/sshd_config."
(:desc (format nil "sshd configured ~{~A ~A~^, ~}" pairs))
(:apply
- (apply #'file:contains-space-conf "/home/spwhitton/tmp/config" pairs)))
+ (apply #'file:contains-conf-space "/home/spwhitton/tmp/config" pairs)))