From c85b361044c1621b2d48597da36e427618aabc67 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 3 Apr 2022 09:41:01 -0700 Subject: add PUSH-HOSTATTR, don't use &rest in PUSH-HOSTATTRS & fix docstring Signed-off-by: Sean Whitton --- src/property/sshd.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/property/sshd.lisp') diff --git a/src/property/sshd.lisp b/src/property/sshd.lisp index ba224e0..7f35195 100644 --- a/src/property/sshd.lisp +++ b/src/property/sshd.lisp @@ -54,7 +54,7 @@ refuses to proceed if root has no authorized_keys." (defprop has-host-public-key :posix (type public-key) "Records an SSH public key of type TYPE as identifying this host." (:desc #?"Has SSH host key of type ${type}") - (:hostattrs (push-hostattrs 'host-public-key (cons type public-key)))) + (:hostattrs (push-hostattr 'host-public-key (cons type public-key)))) (defproplist has-host-key :posix (type public-key) "Installs the host key whose public part is PUBLIC-KEY and is of type TYPE. -- cgit v1.2.3