Fix error index CSS file name

This commit is contained in:
Guillaume Gomez 2019-03-26 23:57:16 +01:00
parent 50c50e3a82
commit 5652dd677c
2 changed files with 13 additions and 8 deletions

View file

@ -889,6 +889,7 @@ impl Step for ErrorIndex {
);
index.arg("html");
index.arg(out.join("error-index.html"));
index.arg(crate::channel::CFG_RELEASE_NUM);
// FIXME: shouldn't have to pass this env var
index.env("CFG_BUILD", &builder.config.build)