aboutsummaryrefslogtreecommitdiff
path: root/src/property/sshd.lisp
diff options
context:
space:
mode:
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 78881a7..6e8cca2 100644
--- a/src/property/sshd.lisp
+++ b/src/property/sshd.lisp
@@ -21,7 +21,7 @@
(defproplist installed :posix ()
"Install an OpenSSH server."
(:desc "OpenSSH server installed")
- (os:typecase
+ (os:etypecase
(debianlike (apt:installed "openssh-server"))))
(defprop configured :posix (&rest pairs)