Skip to content

Commit 44ae409

Browse files
fix concat spec for cluster secrets (#750)
1 parent d1318ff commit 44ae409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/troubleshoot/cli/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ func runTroubleshoot(v *viper.Viper, arg []string) error {
148148
if mainBundle == nil {
149149
mainBundle = parsedBundlesFromSecrets
150150
} else {
151-
supportbundle.ConcatSpec(mainBundle, parsedBundlesFromSecrets)
151+
mainBundle = supportbundle.ConcatSpec(mainBundle, parsedBundlesFromSecrets)
152152
}
153153

154154
parsedRedactors, err := supportbundle.ParseRedactorsFromSpec(multidocs)

0 commit comments

Comments
 (0)