chg: [diagnostic] Improved worker's message when updating the submodules

pull/4577/head
mokaddem 2019-05-02 13:34:17 +02:00
parent 8e5c6e7192
commit 954e75d170
1 changed files with 1 additions and 1 deletions

View File

@ -4704,7 +4704,7 @@ class Server extends AppModel
'retries' => 0,
'org_id' => $user['org_id'],
'org' => $user['Organisation']['name'],
'message' => 'Update database after PULL.',
'message' => 'Update the database after PULLing the submodule(s).',
);
$job->save($data);
$jobId = $job->id;