This commit is contained in:
Patrick Lühne 2019-03-02 02:38:26 +01:00
parent 73325076db
commit f7cab37d3c
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ impl BenchmarkRepository
let new_tree = match self.repository.find_tree(new_tree_object_id)
{
Ok(value) => value,
Err(error) => panic!("could obtain tree: {}", error),
Err(error) => panic!("could not obtain tree: {}", error),
};
trace!("Created tree object “{}”", new_tree_object_id);