Merge pull request #428 from ryantm/typofix

make check_outpaths error message after merging grammatical
This commit is contained in:
Graham Christensen 2020-04-01 20:41:32 -04:00 committed by GitHub
commit 1a9267c876
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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(),
))