Skip to content

Commit

Permalink
feat: Very vile change
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick888 committed Sep 20, 2022
1 parent 80111b1 commit 88b5731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-ph
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ inject_history "$PR_BASE" <<<"$PR_BODY" | pager
if read -r -n1 -p 'Update pull request body? [y/n] '; then
printf '\n'
if [[ "$REPLY" == 'y' ]]; then
inject_history "$PR_BASE" <<<"$PR_BODY" | gh pr edit --body-file -
inject_history $PR_BASE <<<"$PR_BODY" | gh pr edit --body-file -
else
printf 'Aborted\n'
fi
Expand Down

0 comments on commit 88b5731

Please sign in to comment.