Skip to content

Commit

Permalink
typo in device type creation
Browse files Browse the repository at this point in the history
philipp2310 committed Oct 2, 2021
1 parent c8b95e8 commit 83b7bc1
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ProjectAliceSK/create/create.py
Original file line number Diff line number Diff line change
@@ -844,7 +844,7 @@ def createDeviceType(device: str = None, path: str = None):
raise Exception("missing params")

skillPath = Path(path)
SkillCreator(deviceTypeNamew=device, skillPath=skillPath).start()
SkillCreator(deviceTypeName=device, skillPath=skillPath).start()


@click.command()
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
setup(
name='projectalice-sk',
author='ProjectAlice',
version='2.1.1',
version='2.1.2',
maintainer='Psychokiller1888',
maintainer_email='laurentchervet@bluewin.ch',
description='Project Alice skill kit',

0 comments on commit 83b7bc1

Please sign in to comment.