Skip to content

Commit 8c1c2c4

Browse files
authored
fixed static checks command name
1 parent 7744977 commit 8c1c2c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/commands/mftf.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,9 +429,9 @@ vendor/bin/mftf setup:env
429429

430430
The example parameters are taken from the `etc/config/.env.example` file.
431431

432-
### `static:checks`
432+
### `static-checks`
433433

434-
Runs all MFTF static:checks on the test codebase that MFTF is currently attached to.
434+
Runs all MFTF static-checks on the test codebase that MFTF is currently attached to.
435435

436436
#### Existing static checks
437437

@@ -440,7 +440,7 @@ Runs all MFTF static:checks on the test codebase that MFTF is currently attached
440440
#### Usage
441441

442442
```bash
443-
vendor/bin/mftf static:checks
443+
vendor/bin/mftf static-checks
444444
```
445445

446446
### `upgrade:tests`

0 commit comments

Comments
 (0)