Skip to content

Commit

Permalink
Fix schedule bool error
Browse files Browse the repository at this point in the history
  • Loading branch information
samr28 committed Dec 15, 2017
1 parent f97e286 commit 31146cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hubot-agenda.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const schedule = require('./schedule');
const REDIS_BRAIN_KEY = "agenda";
// Notified on bot start. Can be users or channels (make sure to use @|#)
const NOTIFY_GROUPS = ['@sam'];
const SCHEDULE = TRUE;
const SCHEDULE = true;

// ================================================================================================
// Module exports
Expand Down

0 comments on commit 31146cb

Please sign in to comment.