Skip to content

Commit

Permalink
formation/intention
Browse files Browse the repository at this point in the history
  • Loading branch information
cschneemann committed May 6, 2024
1 parent c2bc478 commit 096fa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_sbom
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ sub map_license {
} elsif (defined $license_mapping->{$license}) {
$license = $license_mapping->{$license};
} else {
warn("SPDX-License-Mapping: License not found in mapping: $license\n");
warn("SPDX-License-Mapping: License not found in mapping: $license\n");
}
return $license;
}
Expand Down

0 comments on commit 096fa51

Please sign in to comment.