mirror of
https://github.com/google/pebble.git
synced 2025-11-18 05:20:55 -05:00
spelling: version
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user