Skip to content

Commit

Permalink
Update pkg/cmd/get/packages.go
Browse files Browse the repository at this point in the history
Co-authored-by: Manabu McCloskey <[email protected]>
  • Loading branch information
cmoulliard and nabuskey authored Jan 2, 2025
1 parent ac3d6c1 commit 2ce3941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/get/packages.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func printPackages(ctx context.Context, outWriter io.Writer, kubeClient client.C

idpbuilderNamespace, err := getIDPNamespace(ctx, kubeClient)
if err != nil {
return fmt.Errorf("calculating idp namespace: %w", err)
return fmt.Errorf("getting namespace: %w", err)
}

if len(packages) == 0 {
Expand Down

0 comments on commit 2ce3941

Please sign in to comment.