From ad597e6440e743e3f41e9013bc806cb2fef96b1d Mon Sep 17 00:00:00 2001 From: Yudi Date: Sat, 24 Apr 2021 16:45:40 -0300 Subject: [PATCH] Update username --- Scheduling-exports-with-Cron.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scheduling-exports-with-Cron.md b/Scheduling-exports-with-Cron.md index 7d46c55..73f03ed 100644 --- a/Scheduling-exports-with-Cron.md +++ b/Scheduling-exports-with-Cron.md @@ -117,7 +117,7 @@ Verify your cron time [here](https://crontab.guru). The week starts on Sunday. 0 = SUN, 1 = MON ... 7 = SUN. -Be aware that if you set the day to '31', the script will only run on months that have the 31th day. +Be aware that if you set the day to '31', the script will only run on months that have the 31st day. > 💡 Tip: [Learn more about running a cron job on the last day of the month here](https://stackoverflow.com/questions/6139189/cron-job-to-run-on-the-last-day-of-the-month) (expert). The default filename for the exported channel is `YYYY-MM-DD-hh-mm-ss-yourfilename`. You can change it if you'd like. @@ -125,4 +125,4 @@ The default filename for the exported channel is `YYYY-MM-DD-hh-mm-ss-yourfilena Don't forget to update your token in the script after it has been reset! # -Special thanks to [@RenanYudi](https://github.com/RenanYudi) \ No newline at end of file +Special thanks to [@Yudi](https://github.com/Yudi) \ No newline at end of file