make check_outpaths error message after merging grammatical

This commit is contained in:
Ryan Mulligan 2020-01-03 05:40:14 -08:00
parent 5dee76e9b2
commit 7bb748fffb

View file

@ -150,7 +150,7 @@ impl<'a> NixpkgsStrategy<'a> {
if let Some(ref mut rebuildsniff) = self.outpath_diff {
if let Err(err) = rebuildsniff.find_after() {
Err(Error::FailWithGist(
String::from("This PR does not cleanly list of package outputs after merging."),
String::from("This PR does not cleanly list package outputs after merging."),
String::from("Output path comparison"),
err.display(),
))