Skip to content

Commit

Permalink
trace-ascii needs a file name
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Oct 23, 2023
1 parent 294f9f8 commit d5eac03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/merge-labeler
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sub curl {

my $command = [
'curl',
'--trace-ascii',
'--trace-ascii', '-',
'-v',
'--silent',
'-X', $method,
Expand Down

0 comments on commit d5eac03

Please sign in to comment.