generate-copyright: Fix typo

This commit is contained in:
Jonathan Pallant 2024-07-30 13:54:48 +01:00
parent 204e3eadf1
commit 56f84796a4
No known key found for this signature in database

View file

@ -37,7 +37,7 @@ static BOTTOM_BOILERPLATE: &str = r#"
///
/// You should probably let `bootstrap` execute this program instead of running it directly.
///
/// Run `x.py run generate-metadata`
/// Run `x.py run generate-copyright`
fn main() -> Result<(), Error> {
let dest_file = env_path("DEST")?;
let out_dir = env_path("OUT_DIR")?;