Skip to content

Commit

Permalink
[npm] run publish
Browse files Browse the repository at this point in the history
  • Loading branch information
8398a7 committed Oct 24, 2019
1 parent 830b880 commit 2f5973e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Client {
return __awaiter(this, void 0, void 0, function* () {
const template = yield this.payloadTemplate();
template.attachments[0].color = 'warning';
template.text += ':warning: Cancelded Github Actions\n';
template.text += ':warning: Canceled Github Actions\n';
template.text += text;
this.send(template);
});
Expand Down

0 comments on commit 2f5973e

Please sign in to comment.