Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.

Commit

Permalink
rename heysnarl.js to hey-snarl to be like the others
Browse files Browse the repository at this point in the history
  • Loading branch information
dylang committed Aug 7, 2013
1 parent 01a88e2 commit 9e89166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/lib/notify.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

// try them all, one might work!
var notify = require('./platforms/growl-notify') ||
require('./platforms/heysnarl') ||
require('./platforms/hey-snarl') ||
require('./platforms/notification-center') ||
require('./platforms/notify-send') ||
function(options, cb) {
Expand Down Expand Up @@ -41,3 +41,4 @@ module.exports = function(options, cb) {

return notify(options, cb);
};

File renamed without changes.

0 comments on commit 9e89166

Please sign in to comment.