From f665da8b36ba54c3d8d1bcd622df56a55a4a53bd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 3 Apr 2019 16:55:42 -0400 Subject: remove space before tab indentation --- src/Propellor/Property/Cron.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Propellor/Property/Cron.hs b/src/Propellor/Property/Cron.hs index 25540fae..c732b5d3 100644 --- a/src/Propellor/Property/Cron.hs +++ b/src/Propellor/Property/Cron.hs @@ -51,7 +51,7 @@ job desc times (User u) cddir command = combineProperties ("cronned " ++ desc) $ _ -> case u of "root" -> "chronic " ++ shellEscape (scriptfile desc) _ -> "chronic su " ++ u ++ " -c " - ++ shellEscape (scriptfile desc) + ++ shellEscape (scriptfile desc) ] & case times of Times _ -> doNothing -- cgit v1.2.3