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/timezone.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/property/timezone.lisp') diff --git a/src/property/timezone.lisp b/src/property/timezone.lisp index 6474b3d..c3a5a32 100644 --- a/src/property/timezone.lisp +++ b/src/property/timezone.lisp @@ -21,7 +21,7 @@ (defproplist configured :posix (timezone) "Set the system timezone. TIMEZONE is a relative path under /usr/share/zoneinfo, e.g. \"Europe/London\"." - (:hostattrs (push-hostattrs 'timezone timezone)) + (:hostattrs (push-hostattr 'timezone timezone)) (os:etypecase (linux (file:symlinked :from "/etc/localtime" -- cgit v1.2.3