Skip to content

Commit

Permalink
Rename the column custom package name to simply: name
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Jan 3, 2025
1 parent 00d5fbc commit 9bbd4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/printer/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func (pp PackagePrinter) PrintOutput(format string) error {
func generatePackageTable(packagesTable []types.Package) metav1.Table {
table := &metav1.Table{}
table.ColumnDefinitions = []metav1.TableColumnDefinition{
{Name: "Custom package name", Type: "string"},
{Name: "Name", Type: "string"},
{Name: "idp namespace", Type: "string"},
{Name: "Git Repository", Type: "string"},
{Name: "Argocd Repository", Type: "string"},
Expand Down

0 comments on commit 9bbd4d5

Please sign in to comment.