Pass package name to VersionInfo (part 2)

Fix a second instance of the wrong package name as a VersionInfo
parameter missed by the Ib2e83e3fb5c6dbc7c4788e646edf667f31c505b4
change, this time in the package init.

Change-Id: I799d8474534e68d3be07c12779e34e22a5f9f998
This commit is contained in:
Jeremy Stanley 2015-10-21 17:23:19 +00:00
parent 688f1e329c
commit 64e73c22dc
1 changed files with 1 additions and 2 deletions

View File

@ -15,5 +15,4 @@
import pbr.version
__version__ = pbr.version.VersionInfo(
'grafana_dashboards').version_string()
__version__ = pbr.version.VersionInfo('grafyaml').version_string()