Skip to content

Commit ce0051a

Browse files
pietroalbinijonathanpallant
authored andcommitted
include submodules in the collected license metadata
1 parent 16768e5 commit ce0051a

File tree

1 file changed

+1
-1
lines changed
  • src/tools/collect-license-metadata/src

1 file changed

+1
-1
lines changed

src/tools/collect-license-metadata/src/reuse.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub(crate) fn collect(
3030

3131
fn obtain_spdx_document(reuse_exe: &Path) -> Result<String, Error> {
3232
let output = Command::new(reuse_exe)
33-
.args(&["spdx", "--add-license-concluded", "--creator-person=bors"])
33+
.args(&["--include-submodules", "spdx", "--add-license-concluded", "--creator-person=bors"])
3434
.stdout(Stdio::piped())
3535
.spawn()?
3636
.wait_with_output()?;

0 commit comments

Comments
 (0)