Navigation Menu

Skip to content

Commit

Permalink
Tell user how to fix CI file being not up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Feb 12, 2021
1 parent e9920ef commit a355507
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/tools/expand-yaml-anchors/src/main.rs
Expand Up @@ -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)
),
})?;
}
}
Expand Down

0 comments on commit a355507

Please sign in to comment.