From f6f37ec0202bba46ed44333fe8e70afe5ba65bc8 Mon Sep 17 00:00:00 2001 From: "D.J. Marcolesco" Date: Fri, 25 May 2018 10:01:35 -0500 Subject: [PATCH 1/2] Update index.md Add information for Windows hosts when adding custom cron jobs --- DOCUMENTATION/content/documentation/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DOCUMENTATION/content/documentation/index.md b/DOCUMENTATION/content/documentation/index.md index dabde4f0..36dfff14 100644 --- a/DOCUMENTATION/content/documentation/index.md +++ b/DOCUMENTATION/content/documentation/index.md @@ -1058,6 +1058,8 @@ You can add your cron jobs to `workspace/crontab/root` after the `php artisan` l Make sure you [change the timezone](#Change-the-timezone) if you don't want to use the default (UTC). +If you are on Windows, be sure that the line endings for this file are LF only, or the cron jobs will silently fail. + From 890faa2f3c0ffc15bf23ec50bd52937900a42bdf Mon Sep 17 00:00:00 2001 From: "D.J. Marcolesco" Date: Fri, 25 May 2018 10:04:59 -0500 Subject: [PATCH 2/2] Update index.md Improve working --- DOCUMENTATION/content/documentation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCUMENTATION/content/documentation/index.md b/DOCUMENTATION/content/documentation/index.md index 36dfff14..adb6b98c 100644 --- a/DOCUMENTATION/content/documentation/index.md +++ b/DOCUMENTATION/content/documentation/index.md @@ -1058,7 +1058,7 @@ You can add your cron jobs to `workspace/crontab/root` after the `php artisan` l Make sure you [change the timezone](#Change-the-timezone) if you don't want to use the default (UTC). -If you are on Windows, be sure that the line endings for this file are LF only, or the cron jobs will silently fail. +If you are on Windows, verify that the line endings for this file are LF only, otherwise the cron jobs will silently fail.