generate-copyright: Fixup comment for get_metadata_and_notices.
This commit is contained in:
parent
9dfc682834
commit
2932833414
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue