Skip to content

Commit

Permalink
generate-copyright: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant committed Aug 6, 2024
1 parent 204e3ea commit 56f8479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/generate-copyright/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")?;
Expand Down

0 comments on commit 56f8479

Please sign in to comment.