Skip to content

Commit

Permalink
fix: create PR with no description, instead of literal quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
vigress8 authored Jul 16, 2024
1 parent c25fd73 commit 5d0af2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacup
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ sub main ($pkg) {
'Create PR? (must have gh installed and authenticated to GitHub)' )
{
system 'gh',
( 'pr', 'create', '--title', $commit_msg, '--body', '""' );
( 'pr', 'create', '--title', $commit_msg, '--body', '' );
}

info "Done!";
Expand Down

0 comments on commit 5d0af2b

Please sign in to comment.