aboutsummaryrefslogtreecommitdiffstats
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
commitd484f5d2238f0edd14b0b5281f3de88cb4466426 (patch)
tree674305a1be4fe34afc80dd08aea1b0fb8504b125 /Makefile.in
parentb88c48418145b4dc4f5a29a7fd312171889f45eb (diff)
downloadruby-d484f5d2238f0edd14b0b5281f3de88cb4466426.tar.gz
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