summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-18 05:29:04 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-18 05:29:04 +0000
commit97e824136fdadf35f374bd8be0c93675e973cba6 (patch)
tree674305a1be4fe34afc80dd08aea1b0fb8504b125 /Makefile.in
parent83b7e0bdaa7a6aaaf6aa0360320b98b3cc872903 (diff)
Fix a wrong repository name of simplecov.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index f17579f6e4..033d4299b3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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