mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a wrong repository name of simplecov.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
83b7e0bdaa
commit
97e824136f
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ update-simplecov-html:
|
|||
update-simplecov:
|
||||
$(Q) $(srcdir)/tool/git-refresh -C $(srcdir)/coverage $(Q1:0=-q) \
|
||||
--branch $(SIMPLECOV_GIT_REF) \
|
||||
$(SIMPLECOV_GIT_URL) simplecov-html $(GIT_OPTS)
|
||||
$(SIMPLECOV_GIT_URL) simplecov $(GIT_OPTS)
|
||||
|
||||
update-coverage: update-simplecov update-simplecov-html update-doclie
|
||||
|
||||
|
|
Loading…
Reference in a new issue