Skip to content

Commit

Permalink
fix signature of gm gh pr checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Dec 13, 2023
1 parent d2e0c07 commit d1557ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nu-git-manager-sugar/github.nu
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export def "gm gh query-user" [
}

# checkout one of the repo's PR interactively
export def "gm gh pr checkout" [] {
export def "gm gh pr checkout" []: nothing -> nothing {
if (which gh --all | where type == external | is-empty) {
error make --unspanned {
msg: (
Expand Down

0 comments on commit d1557ac

Please sign in to comment.