From ec8fd8609b004dbb10e1e50ea1b262d720776418 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 20 Aug 2018 02:50:57 -0400 Subject: comment typo --- src/Propellor/Property/Sudo.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property/Sudo.hs') diff --git a/src/Propellor/Property/Sudo.hs b/src/Propellor/Property/Sudo.hs index 1614801d..ad955a7a 100644 --- a/src/Propellor/Property/Sudo.hs +++ b/src/Propellor/Property/Sudo.hs @@ -34,7 +34,7 @@ enabledFor user@(User u) = setup `requires` Apt.installed ["sudo"] cleanup sudoline True = sudobaseline ++ " NOPASSWD:ALL" sudoline False = sudobaseline ++ " ALL" wanted locked l - -- TOOD: Full sudoers file format parse.. + -- TODO: Full sudoers file format parse.. | notuserline l = True | "NOPASSWD" `isInfixOf` l = locked | otherwise = True -- cgit v1.2.3