diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-25 11:46:36 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-25 11:46:36 -0400 |
| commit | 1f40af51e1355bd14f457d3e63dbad19eafcf4d8 (patch) | |
| tree | 1d93d33d4bdea27a3079461f59438e6a1dae3cda /src/Propellor | |
| parent | edcfd24251d41ba2f6912b28a2027ee8a1d1b5da (diff) | |
| parent | e0d2761e00b76f6857fbd57ff846dbcfe1530465 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor')
| -rw-r--r-- | src/Propellor/Property/Cron.hs | 2 |
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" |
