Skip to content

Commit

Permalink
fix concat spec for cluster secrets (replicatedhq#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
diamonwiggins authored Sep 29, 2022
1 parent d1318ff commit 44ae409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/troubleshoot/cli/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func runTroubleshoot(v *viper.Viper, arg []string) error {
if mainBundle == nil {
mainBundle = parsedBundlesFromSecrets
} else {
supportbundle.ConcatSpec(mainBundle, parsedBundlesFromSecrets)
mainBundle = supportbundle.ConcatSpec(mainBundle, parsedBundlesFromSecrets)
}

parsedRedactors, err := supportbundle.ParseRedactorsFromSpec(multidocs)
Expand Down

0 comments on commit 44ae409

Please sign in to comment.