Skip to content
Snippets Groups Projects
Commit 79c81cdd authored by ale's avatar ale
Browse files

Add missing newline

parent eecfa36a
Branches
No related tags found
No related merge requests found
Pipeline #43765 passed
......@@ -56,7 +56,7 @@ function noblogs_run_cron_for_current_blog() {
if ($has_unsafe_hooks) {
$blog_details = get_blog_details(null, false);
$domain = $blog_details->domain;
echo " executing wp-cli for unsafe hooks ({$domain})";
echo " executing wp-cli for unsafe hooks ({$domain})\n";
system("wp cron event run --due-now --url={$domain}");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment