mirror of
https://github.com/qmk/qmk_cli.git
synced 2026-08-01 17:55:58 -04:00
change the order of qmk doctor checks
This commit is contained in:
@@ -16,8 +16,8 @@ def main(cli):
|
||||
|
||||
funcs = (
|
||||
qmk_cli.doctor.check_qmk_firmware,
|
||||
qmk_cli.doctor.check_vital_programs,
|
||||
qmk_cli.doctor.check_platform_tests,
|
||||
qmk_cli.doctor.check_vital_programs,
|
||||
)
|
||||
|
||||
ok = True
|
||||
|
||||
Reference in New Issue
Block a user