Skip to content

Commit

Permalink
fix(pr): typo in the previous commit to use 'gh fzf run' for viewing …
Browse files Browse the repository at this point in the history
…checks
  • Loading branch information
benelan committed Dec 28, 2023
1 parent 7ffca65 commit 7f4e869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-fzf
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ Filters > (alt-a: assignee) (alt-A: author) (alt-b: branch) (alt-s: state=all)
--bind='alt-d:execute(gh pr diff {1})' \
--bind='alt-o:execute(gh pr checkout {1})' \
--bind='alt-r:execute(gh pr review {1})' \
--bind='alt-C:execute<gh fzf run -b \"$(gh pr view {1} --json headRefName -jq .headRefName)\">' \
--bind='alt-C:execute<gh fzf run -b $(gh pr view {1} --json headRefName --jq .headRefName)>' \
--bind='alt-R:execute(gh pr ready {1})' \
--bind='alt-M:execute(gh pr merge {1})' \
--bind='alt-O:execute(gh pr reopen {1})' \
Expand Down

0 comments on commit 7f4e869

Please sign in to comment.