Skip to content

Commit bfd8aae

Browse files
committed
Use #perl6 channel for announcements
1 parent f62ccfb commit bfd8aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/Squashable.p6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ unit class Squashable does Whateverable;
2424

2525
my $WIKI-PAGE-URL = https://raw.githubusercontent.com/wiki/rakudo/rakudo/Monthly-Bug-Squash-Day.md;
2626
my $TIMEZONE-RANGE = (-12..14) × 60×60; # in seconds (let's be inclusive?)
27-
my $CHANNEL = #whateverable; # TODO ‘#perl6’;
27+
my $CHANNEL = %*ENV<DEBUGGABLE> ?? #whateverable !! #perl6;
2828
my $PATH = data/squashable.IO;
2929

3030
my $next-event-lock = Lock.new;

0 commit comments

Comments
 (0)