mirror of
https://github.com/google/pebble.git
synced 2025-07-07 07:10:30 -04:00
spelling: version
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
c1e8ef32bd
commit
0098e27ba5
3 changed files with 4 additions and 4 deletions
|
@ -414,7 +414,7 @@ def cmd_firmware(args):
|
|||
make_firmware_bundle(**vars(args))
|
||||
|
||||
def cmd_watchapp(args):
|
||||
args.sdk_verison = dict(zip(['major', 'minor'], [int(x) for x in args.sdk_version.split('.')]))
|
||||
args.sdk_version = dict(zip(['major', 'minor'], [int(x) for x in args.sdk_version.split('.')]))
|
||||
|
||||
make_watchapp_bundle(**vars(args))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue