summaryrefslogtreecommitdiff
path: root/doc/automated_spins.mdwn
diff options
context:
space:
mode:
authorcraige@a46118dff5bc0fad85259759970d8b4b9fc377d72016-08-24 06:41:18 +0000
committeradmin2016-08-24 06:41:18 +0000
commit49ae29fb5ebae831189339fafc45f0c6dec45e0b (patch)
treedd3dcdb3ebd6b3c85ab13bfe3521c8b573fa9f29 /doc/automated_spins.mdwn
parent19ba498d109d02b8f19f71039ab11f6d612ade21 (diff)
Corrected crom to cron
Diffstat (limited to 'doc/automated_spins.mdwn')
-rw-r--r--doc/automated_spins.mdwn2
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 * * * *")`