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

Commit

Permalink
switch to real irc channel
Browse files Browse the repository at this point in the history
  • Loading branch information
zaach committed Nov 20, 2012
1 parent 8119d19 commit d3811bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/builder
Expand Up @@ -21,7 +21,7 @@ var privSigningKeyPath = path.join(process.env['HOME'], '.ssh', 'id_rsa');
var githubRepo = 'git://github.com/mozilla/gombot-chrome';
var devBranch = 'master';

var ircChannel = '#tobmog';
var ircChannel = '#gombot';

// create the download dir if needed
if (!fs.existsSync(downloadDir)) {
Expand Down

0 comments on commit d3811bd

Please sign in to comment.