chore: fix typo

This commit is contained in:
Marc Durdin 2023-03-28 13:38:43 +07:00
parent f31cc92848
commit 0f5589f37f

View file

@ -85,7 +85,7 @@ keyboards_root = meson.current_source_dir() / 'keyboards'
if build_machine.system() == 'windows'
test_source = run_command('run-shell.bat', 'get-test-source.sh', keyboards_root, capture: true, check: true)
else
test_source = run_command('get_test_source.sh', keyboards_root, capture: true, check: true)
test_source = run_command('get-test-source.sh', keyboards_root, capture: true, check: true)
endif
tests = test_source.stdout().strip().split('\n')