mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-21 16:01:53 +00:00
fix spaces that should be tabs
This commit is contained in:
parent
6ed8fc048f
commit
9335ef51b4
@ -324,7 +324,7 @@ class Resque_Worker
|
||||
*/
|
||||
private function updateProcLine($status)
|
||||
{
|
||||
$processTitle = 'resque-' . Resque::VERSION . ': ' . $status;
|
||||
$processTitle = 'resque-' . Resque::VERSION . ': ' . $status;
|
||||
if(function_exists('cli_set_process_title')) {
|
||||
cli_set_process_title($processTitle);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user