Tell user how to fix CI file being not up to date
This commit is contained in:
parent
e9920ef774
commit
a35550774b
1 changed files with 5 additions and 1 deletions
|
@ -76,7 +76,11 @@ impl App {
|
|||
self.path(&path),
|
||||
self.path(&dest_path)
|
||||
),
|
||||
Mode::Check => format!("{} is not up to date", self.path(&dest_path)),
|
||||
Mode::Check => format!(
|
||||
"{} is not up to date; please run \
|
||||
`x.py run src/tools/expand-yaml-anchors`.",
|
||||
self.path(&dest_path)
|
||||
),
|
||||
})?;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue