From 5754071d29560f2931a23b7d17e5fcc09a386edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Fri, 28 Sep 2018 16:37:59 +0200 Subject: [PATCH] =?UTF-8?q?Remove=20=E2=80=9Ctest-=E2=80=9D=20prefix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 072c4ad..72eef98 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -171,9 +171,9 @@ impl BenchmarkRepository benchmark_repository .reset_origin(remote_url) - .fetch_branch("test-config") - .fetch_branch("test-results") - .fetch_branch("test-status"); + .fetch_branch("config") + .fetch_branch("results") + .fetch_branch("status"); benchmark_repository }