aboutsummaryrefslogtreecommitdiff
path: root/src/property/hostname.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-03 09:41:01 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-04 14:47:03 -0700
commitc85b361044c1621b2d48597da36e427618aabc67 (patch)
tree07bacb6bb2967af73c77bd4e6e0ab37556fa6782 /src/property/hostname.lisp
parent006d3969bad1f84c0133a36ed9a623b59bd01c0e (diff)
downloadconsfigurator-c85b361044c1621b2d48597da36e427618aabc67.tar.gz
add PUSH-HOSTATTR, don't use &rest in PUSH-HOSTATTRS & fix docstring
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/hostname.lisp')
-rw-r--r--src/property/hostname.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/hostname.lisp b/src/property/hostname.lisp
index da1610e..f4d4d8e 100644
--- a/src/property/hostname.lisp
+++ b/src/property/hostname.lisp
@@ -28,7 +28,7 @@
Useful for hosts implicitly defined inline using dotted propapp notation.
Unlikely to be useful for hosts defined using DEFHOST."
(:desc #?"Hostname is ${hostname}")
- (:hostattrs (push-hostattrs :hostname hostname)))
+ (:hostattrs (push-hostattr :hostname hostname)))
(defpropspec configured :posix
(&optional (hostname (get-hostname) hostname-supplied-p)