Skip to content

Commit 2932833

Browse files
generate-copyright: Fixup comment for get_metadata_and_notices.
1 parent 9dfc682 commit 2932833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/generate-copyright/src/cargo_metadata.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pub struct PackageMetadata {
4545

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

0 commit comments

Comments
 (0)