mirror of
https://github.com/Yubico/yubiadmin.git
synced 2025-02-20 14:54:30 +01:00
Missing comma.
This commit is contained in:
parent
e137733a20
commit
be1225164a
2
setup.py
2
setup.py
@ -85,7 +85,7 @@ class release(Command):
|
|||||||
if not verify:
|
if not verify:
|
||||||
raise DistutilsSetupError("Error verifying signature!")
|
raise DistutilsSetupError("Error verifying signature!")
|
||||||
|
|
||||||
tag_opts = ['-s' '-m ' + fullname, fullname]
|
tag_opts = ['-s', '-m ' + fullname, fullname]
|
||||||
if self.keyid:
|
if self.keyid:
|
||||||
tag_opts[0] = '-u ' + self.keyid
|
tag_opts[0] = '-u ' + self.keyid
|
||||||
self.execute(os.system, ('git tag ' + (' '.join(tag_opts)),))
|
self.execute(os.system, ('git tag ' + (' '.join(tag_opts)),))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user