diff --git a/api/v1alpha2/zz_generated.deepcopy.go b/api/v1alpha2/zz_generated.deepcopy.go index b243aeec3..375b0fa31 100644 --- a/api/v1alpha2/zz_generated.deepcopy.go +++ b/api/v1alpha2/zz_generated.deepcopy.go @@ -16,7 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// autogenerated by controller-gen object, do not modify manually +// Code generated by controller-gen. DO NOT EDIT. package v1alpha2 diff --git a/pkg/cmd/apps.go b/pkg/cmd/apps.go index ed8cce2b0..2ffa408c4 100644 --- a/pkg/cmd/apps.go +++ b/pkg/cmd/apps.go @@ -37,7 +37,8 @@ func printApplicationList(ctx context.Context, c client.Client, appName string, table.MaxColWidth = 60 if err != nil { - fmt.Errorf("listing Trait Definition hit an issue: %s", err) + fmt.Printf("listing Trait Definition hit an issue: %s\n", err) + return } table.AddRow("NAME", "WORKLOAD", "TRAITS", "STATUS", "CREATED-TIME")