Merge pull request #864 from jberry-suse/version
osc-staging: correct --version print.
This commit is contained in:
commit
f6ec028ea5
@ -60,7 +60,7 @@ OSC_STAGING_VERSION = '0.0.1'
|
||||
|
||||
def _print_version(self):
|
||||
""" Print version information about this extension. """
|
||||
print(self.OSC_STAGING_VERSION)
|
||||
print(OSC_STAGING_VERSION)
|
||||
quit(0)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user