Fix error index CSS file name
This commit is contained in:
parent
50c50e3a82
commit
5652dd677c
2 changed files with 13 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue