We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8675cfa commit 066f42fCopy full SHA for 066f42f
internal/cmd/export.go
@@ -1050,7 +1050,7 @@ func gatherCrds(ctx context.Context,
1050
1051
if len(crds.Items) == 0 {
1052
// If we didn't find any resources, skip
1053
- writeInfo(cmd, fmt.Sprintf("Resource CRDs not found, skipping"))
+ writeInfo(cmd, "Resource CRDs not found, skipping")
1054
return nil
1055
}
1056
0 commit comments