Skip to content

Commit

Permalink
Merge pull request #541 from tshepang/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
lfrancke authored Nov 10, 2023
2 parents c3de95c + e247500 commit 3c0917c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-cyclonedx/src/generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ fn top_level_dependencies(

let mut resolve_result = ResolveMap::new();
for id in &root_node.dependencies {
// Clear all depedencies, pretend there is only one level
// Clear all dependencies, pretend there is only one level
let mut node = resolve[id].clone();
node.deps = Vec::new();
node.dependencies = Vec::new();
Expand Down

0 comments on commit 3c0917c

Please sign in to comment.