Skip to content

Commit

Permalink
fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
saaadAF committed Oct 31, 2024
1 parent e8cd662 commit a7dc18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func main() {
err = kongCtx.Run(ctx, client)
if err != nil {
if k8serrors.IsForbidden(err) && !nctl.Verbose {
err = errors.New("Permission denied: are you part of the organization?")
err = errors.New("permission denied: are you part of the organization?")
}
kongCtx.FatalIfErrorf(err)
}
Expand Down

0 comments on commit a7dc18f

Please sign in to comment.