Skip to content

Commit

Permalink
generate-copyright: Fixup comment for get_metadata_and_notices.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant committed Nov 22, 2024
1 parent 9dfc682 commit 2932833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/generate-copyright/src/cargo_metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub struct PackageMetadata {

/// Use `cargo metadata` and `cargo vendor` to get a list of dependencies and their license data.
///
/// This will involve running `cargo vendor` into `${BUILD}/vendor` so we can
/// This will involve running `cargo vendor` into `vendor_path` so we can
/// grab the license files.
///
/// Any dependency with a path beginning with `root_path` is ignored, as we
Expand Down

0 comments on commit 2932833

Please sign in to comment.