summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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