Skip to content

Commit d2347b7

Browse files
authored
Pass the MR number to the checkout-mr function
1 parent 58251f7 commit d2347b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

section/gitlab.md

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

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

0 commit comments

Comments
 (0)