Skip to content

Commit 66a0a68

Browse files
authored
Pass the PR number to the checkout-pr function
1 parent d2347b7 commit 66a0a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

section/github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you use GitHub and want an easy way to check out Pull Requests locally,
99
# ===========================
1010

1111
function task:pr { ## Check out pull request <number> and update
12-
project:checkout-pr
12+
project:checkout-pr $1
1313
project:update
1414
}
1515

0 commit comments

Comments
 (0)