Simplify example

This commit is contained in:
2019-03-02 02:26:16 +01:00
parent cf9c899dab
commit 3212daac54
2 changed files with 16 additions and 54 deletions

View File

@@ -150,8 +150,7 @@ impl BenchmarkRepository
benchmark_repository
.reset_origin(remote_url)
.fetch_branch("config")
.fetch_branch("results")
.fetch_branch("status");
.fetch_branch("results");
benchmark_repository
}