Skip to content

Commit

Permalink
Try it by outputing output
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Oct 23, 2023
1 parent 2d5a235 commit e3eb48b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions util/merge-labeler
@@ -1,7 +1,7 @@
#!/usr/bin/perl
use v5.10;

our $VERSION = '0.001';
our $VERSION = '0.004';
say STDERR "$0: $VERSION";

our( $repo, $id ) = @ARGV;
Expand Down Expand Up @@ -41,7 +41,7 @@ sub curl {

my $command = [
'curl',
'--trace-ascii', '-',
'-v',
'--silent',
'-X', $method,
'-H', q('Accept: application/vnd.github.v3+json'),
Expand All @@ -53,6 +53,8 @@ sub curl {

my @output = `@c`;

print STDERR @output;

return @output;
}

Expand Down

0 comments on commit e3eb48b

Please sign in to comment.