From 49ae29fb5ebae831189339fafc45f0c6dec45e0b Mon Sep 17 00:00:00 2001 From: craige@a46118dff5bc0fad85259759970d8b4b9fc377d7 Date: Wed, 24 Aug 2016 06:41:18 +0000 Subject: Corrected crom to cron --- doc/automated_spins.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/automated_spins.mdwn') 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 * * * *")` -- cgit v1.2.3