1
0
Fork 0
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:
Nobuyoshi Nakada 2019-09-20 09:25:30 +09:00
parent b80df6e8e0
commit d3c6fe65e3
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -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-%