Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Just spotted this while browsing through my spam folder ;)
  • Loading branch information
wrygiel committed Sep 4, 2020
1 parent 5c4a712 commit 79a65dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okapi/core/CronJob/CheckCronTab2.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function execute()
{
Okapi::mail_admins(
"Crontab not working.",
"Hello. OKAPI detected, that it's crontab is not working properly.\n".
"Hello. OKAPI detected, that its crontab is not working properly.\n".
"Please check your configuration or contact OKAPI developers.\n\n".
"This line should be present among your crontab entries:\n\n".
"*/5 * * * * wget -O - -q -t 1 ".Settings::get('SITE_URL')."okapi/cron5\n\n".
Expand Down

0 comments on commit 79a65dd

Please sign in to comment.