mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed a variable in checkout-github-%
This commit is contained in:
parent
b80df6e8e0
commit
d3c6fe65e3
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ fetch-github-%:
|
|||
|
||||
.PHONY: checkout-github-%
|
||||
checkout-github-%: fetch-github-%
|
||||
git -C "$(srcdir)" checkout "gh-$(1)"
|
||||
git -C "$(srcdir)" checkout "gh-$*"
|
||||
|
||||
.PHONY: pr-% pull-github-%
|
||||
pr-% pull-github-%: fetch-github-%
|
||||
|
|
Loading…
Add table
Reference in a new issue