diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-11-21 19:50:12 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-11-22 10:05:21 -0500 |
commit | 3bf01200f78113311f10d7964171f82795a55c03 (patch) | |
tree | 532d1cd8618ced9c5427433022c0f1f8da7141f9 /app/scripts/west-commands.yml | |
parent | ae924b359462a4d2e03bbe19f33cefe9bd53ba0d (diff) |
refactor(scripts): capitalize ZMK in west test script
Diffstat (limited to 'app/scripts/west-commands.yml')
-rw-r--r-- | app/scripts/west-commands.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/west-commands.yml b/app/scripts/west-commands.yml index 98e2899..75be89d 100644 --- a/app/scripts/west-commands.yml +++ b/app/scripts/west-commands.yml @@ -6,4 +6,4 @@ west-commands: commands: - name: test class: Test - help: run zmk testsuite
\ No newline at end of file + help: run ZMK testsuite |