Correct the package name

Now the murano-pkg-check gives the error:
Exception: Versioning for this project requires either an sdist tarball,
or access to an upstream git repository. Are you sure that git is installed?
This patch correct the package name when get the package version.

Change-Id: I33500b3527e21a513f9130f55f0b54ba0e047d5f
Closes-Bug: #1653060
This commit is contained in:
zhurong 2016-12-29 16:01:16 +08:00
parent d2ed9d7084
commit 046c7e64bf
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ import pbr.version
__version__ = pbr.version.VersionInfo(
'muranopkgcheck').version_string()
'murano-pkg-check').version_string()