diff options
| author | craige@a46118dff5bc0fad85259759970d8b4b9fc377d7 <craige@web> | 2016-08-24 06:41:18 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2016-08-24 06:41:18 +0000 |
| commit | 49ae29fb5ebae831189339fafc45f0c6dec45e0b (patch) | |
| tree | dd3dcdb3ebd6b3c85ab13bfe3521c8b573fa9f29 | |
| parent | 19ba498d109d02b8f19f71039ab11f6d612ade21 (diff) | |
Corrected crom to cron
| -rw-r--r-- | doc/automated_spins.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/automated_spins.mdwn b/doc/automated_spins.mdwn index 34f04683..a0535133 100644 --- a/doc/automated_spins.mdwn +++ b/doc/automated_spins.mdwn @@ -41,7 +41,7 @@ You can add a central git repository to your existing propellor setup easily: it differs from the url above, by setting up a remote named "deploy": `cd ~/.propellor/; git remote add deploy git://git.example.com/propellor.git` -3. Add a crom job property to your hosts, which will make them periodically +3. Add a cron job property to your hosts, which will make them periodically check for changes that were committed to the central repository: `Cron.runPropellor (Cron.Times "*/30 * * * *")` |
