Skip to content

Commit

Permalink
Merge pull request #2296 from FabianKramm/main
Browse files Browse the repository at this point in the history
fix: debug collect command
  • Loading branch information
FabianKramm authored Nov 25, 2024
2 parents ab765d6 + ac08a9f commit 11d3262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/vclusterctl/cmd/debug/collect.go
Original file line number Diff line number Diff line change
Expand Up @@ -782,5 +782,5 @@ func mergeResources(defaultResources, userResources []string) []string {
retResources = append(retResources, resource)
}

return nil
return retResources
}

0 comments on commit 11d3262

Please sign in to comment.