Skip to content

Commit

Permalink
chore: fixed descripancy in info due to preRun order in cobra
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashansa-K committed Oct 10, 2024
1 parent f91a6f4 commit cf17473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gateway_validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ this command unless --online flag is used.
return preRunSilenceEventsFlag()
}

if validateOnline {
if online {
short = short + " (online)"
long = long + "Validates against the Kong API, via communication with Kong. This increases the\n" +
"time for validation but catches significant errors. No resource is created in Kong.\n" +
Expand Down

0 comments on commit cf17473

Please sign in to comment.