summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2012-10-02 21:52:41 -0500
committerNeil Moore <neil@s-z.org>2012-10-02 21:52:41 -0500
commite1163ac6aa2bcc324e44e340391bbdbe4fdca6c2 (patch)
tree6613cafaba85cdc3c5bbbaf989b4d63f872e016d
parent036fce364572a97ad17e9635ce3f8a6642ee8c4a (diff)
downloadcrawlbot-e1163ac6aa2bcc324e44e340391bbdbe4fdca6c2.tar.gz
crawlbot-e1163ac6aa2bcc324e44e340391bbdbe4fdca6c2.zip
Re-enable commit announcements.
Since CIA.vc is gone :(
-rw-r--r--lib/Crawl/Bot/Plugin/Commit.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crawl/Bot/Plugin/Commit.pm b/lib/Crawl/Bot/Plugin/Commit.pm
index fdeb8e9..6197f59 100644
--- a/lib/Crawl/Bot/Plugin/Commit.pm
+++ b/lib/Crawl/Bot/Plugin/Commit.pm
@@ -13,7 +13,7 @@ has repo_uri => (
has announce_commits => (
is => 'rw',
isa => 'Bool',
- default => 0,
+ default => 1,
);
has checkout => (