Skip to content

Commit 066f42f

Browse files
committed
fix unnecessary use of fmt.Sprintf
1 parent 8675cfa commit 066f42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/export.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ func gatherCrds(ctx context.Context,
10501050

10511051
if len(crds.Items) == 0 {
10521052
// If we didn't find any resources, skip
1053-
writeInfo(cmd, fmt.Sprintf("Resource CRDs not found, skipping"))
1053+
writeInfo(cmd, "Resource CRDs not found, skipping")
10541054
return nil
10551055
}
10561056

0 commit comments

Comments
 (0)