mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Updated logging message for webhooks
- removes double space and tidies up the output
This commit is contained in:
parent
04fb7f8e69
commit
47397ca7a6
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ module.exports = (event, model) => {
|
|||
retry: 5
|
||||
};
|
||||
|
||||
logging.info(`Trigger Webhook for "${webhook.get('event')}" with url "${url}".`);
|
||||
logging.info(`Triggering webhook for "${webhook.get('event')}" with url "${url}"`);
|
||||
|
||||
request(url, opts)
|
||||
.then(response.onSuccess(webhook))
|
||||
|
|
Loading…
Reference in a new issue