From 33e9b10c19320cdeb82dedd21cfc8bc7a10ed649 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 21 Nov 2014 16:02:10 -0400 Subject: typo --- src/Propellor/Property/Systemd.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Propellor/Property/Systemd.hs b/src/Propellor/Property/Systemd.hs index d91b441b..d1b6bde6 100644 --- a/src/Propellor/Property/Systemd.hs +++ b/src/Propellor/Property/Systemd.hs @@ -53,7 +53,7 @@ enabled n = trivial $ cmdProperty "systemctl" ["enable", n] -- | Disables a systemd service. disabled :: ServiceName -> Property -disabled n = trivial $ cmdProperty "systemctl" ["distable", n] +disabled n = trivial $ cmdProperty "systemctl" ["disable", n] `describe` ("service " ++ n ++ " disabled") -- | Enables persistent storage of the journal. -- cgit v1.2.3