Skip to content

Commit b203bde

Browse files
committed
typo
1 parent 0d80410 commit b203bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/azure-npm-to-cilium-validator/azure-npm-to-cilium-validator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ func printMigrationSummary(namespaces *corev1.NamespaceList, policiesByNamespace
440440
fmt.Println("\nCluster Resources:")
441441

442442
resourceTable := tablewriter.NewWriter(os.Stdout)
443-
resourceTable.SetHeader([]string{"Cluster Resources", "Namespace", "Count"})
443+
resourceTable.SetHeader([]string{"Resource", "Namespace", "Count"})
444444
resourceTable.SetRowLine(true)
445445

446446
// Print the total number of policies

0 commit comments

Comments
 (0)