summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2014-11-25 11:46:36 -0400
committerJoey Hess2014-11-25 11:46:36 -0400
commit1f40af51e1355bd14f457d3e63dbad19eafcf4d8 (patch)
tree1d93d33d4bdea27a3079461f59438e6a1dae3cda /src
parentedcfd24251d41ba2f6912b28a2027ee8a1d1b5da (diff)
parente0d2761e00b76f6857fbd57ff846dbcfe1530465 (diff)
Merge branch 'joeyconfig'
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 d55c3dbb..26cf312f 100644
--- a/src/Propellor/Property/Cron.hs
+++ b/src/Propellor/Property/Cron.hs
@@ -58,4 +58,4 @@ niceJob desc times user cddir command = job desc times user cddir
-- | Installs a cron job to run propellor.
runPropellor :: CronTimes -> Property
-runPropellor times = niceJob "propellor" times "root" localdir "make"
+runPropellor times = niceJob "propellor" times "root" localdir "./propellor"