Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bdentino committed Dec 5, 2014
1 parent c7a43a0 commit 3eecfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/winston-slack.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var Slack = exports.Slack = function (options) {
else {
this.webhook_url = options.webhook_url;
this.channel = options.channel;
this.icon_url = options.icon_url || "https://cldup.com/9M--n6m2F6-3000x3000.jpeg",
this.icon_url = options.icon_url || "https://cldup.com/9M--n6m2F6-3000x3000.jpeg";
this.username = options.username || "Winston Bishop";
this.level = options.level || 'info';
this.silent = options.silent || false;
Expand Down

0 comments on commit 3eecfb3

Please sign in to comment.