Merge pull request #428 from ryantm/typofix
make check_outpaths error message after merging grammatical
This commit is contained in:
commit
1a9267c876
|
@ -150,7 +150,7 @@ impl<'a> NixpkgsStrategy<'a> {
|
||||||
if let Some(ref mut rebuildsniff) = self.outpath_diff {
|
if let Some(ref mut rebuildsniff) = self.outpath_diff {
|
||||||
if let Err(err) = rebuildsniff.find_after() {
|
if let Err(err) = rebuildsniff.find_after() {
|
||||||
Err(Error::FailWithGist(
|
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"),
|
String::from("Output path comparison"),
|
||||||
err.display(),
|
err.display(),
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in a new issue