summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Cron.hs
diff options
context:
space:
mode:
authorJoey Hess2019-04-03 16:55:42 -0400
committerJoey Hess2019-04-03 16:55:42 -0400
commitf665da8b36ba54c3d8d1bcd622df56a55a4a53bd (patch)
treecd1f12209d784fdca1b5eaa968e2df725e2108ce /src/Propellor/Property/Cron.hs
parent4058420697197eb210e4b2aa0f0ae4732d0dbdaf (diff)
remove space before tab indentation
Diffstat (limited to 'src/Propellor/Property/Cron.hs')
-rw-r--r--src/Propellor/Property/Cron.hs2
1 files changed, 1 insertions, 1 deletions
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