From 97e824136fdadf35f374bd8be0c93675e973cba6 Mon Sep 17 00:00:00 2001 From: hsbt Date: Thu, 18 May 2017 05:29:04 +0000 Subject: Fix a wrong repository name of simplecov. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') 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 -- cgit v1.2.3