mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-29 19:57:41 +00:00
chore: fix typo
This commit is contained in:
parent
f31cc92848
commit
0f5589f37f
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue