We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16768e5 commit ce0051aCopy full SHA for ce0051a
src/tools/collect-license-metadata/src/reuse.rs
@@ -30,7 +30,7 @@ pub(crate) fn collect(
30
31
fn obtain_spdx_document(reuse_exe: &Path) -> Result<String, Error> {
32
let output = Command::new(reuse_exe)
33
- .args(&["spdx", "--add-license-concluded", "--creator-person=bors"])
+ .args(&["--include-submodules", "spdx", "--add-license-concluded", "--creator-person=bors"])
34
.stdout(Stdio::piped())
35
.spawn()?
36
.wait_with_output()?;
0 commit comments