Skip to content

Commit

Permalink
get rid of -v in curl. for real this time.
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Oct 23, 2023
1 parent b18aa3d commit 2d5a235
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/merge-labeler
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ sub curl {
my $command = [
'curl',
'--trace-ascii', '-',
'-v',
'--silent',
'-X', $method,
'-H', q('Accept: application/vnd.github.v3+json'),
Expand Down

0 comments on commit 2d5a235

Please sign in to comment.