Skip to content

Commit c718310

Browse files
committed
Fix
1 parent 51e2cac commit c718310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/qa/qa.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ func testAtLeastOneExampleIsPresentError(commands *core.Commands) []error {
335335
for _, command := range commands.GetAll() {
336336
// Namespace and resources commands do not need examples
337337
// We focus on command with a verb
338-
if command.Verb == "" {
338+
if command.Run == nil {
339339
continue
340340
}
341341

0 commit comments

Comments
 (0)