Merge pull request #48 from brousch/patch-3
Fixed another 'Unknown' typo
This commit is contained in:
commit
220206ebab
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class Target(object):
|
|||
for item in result:
|
||||
command, args = item[0], item[1:]
|
||||
if not hasattr(self, 'cmd_{0}'.format(command)):
|
||||
self.buildozer.error('Unknow command {0}'.format(command))
|
||||
self.buildozer.error('Unknown command {0}'.format(command))
|
||||
exit(1)
|
||||
|
||||
func = getattr(self, 'cmd_{0}'.format(command))
|
||||
|
|
Loading…
Reference in a new issue