Skip to content

Commit 3fb833f

Browse files
committed
Update env key name
Broken by tokuhirom/p6-HTTP-Server-Tiny@bc1620b
1 parent ebaae30 commit 3fb833f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Geth/GitHub/Hooks.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ submethod TWEAK {
2525
return $IGNORED_RES;
2626
}
2727

28-
my $data = $env<p6sgi.input>.slurp-rest;
28+
my $data = $env<p6w.input>.slurp-rest;
2929
# say "ENV $env.perl()" if $!debug;
3030
say "-" x 100;
3131
say "Got $data" if $!debug;

0 commit comments

Comments
 (0)