Merge pull request #2899 from giantlock/develop

fix typo
This commit is contained in:
Thomas S Hatch 2012-12-14 06:54:07 -08:00
commit c667bde270

View file

@ -37,7 +37,7 @@ def _parse_pkg_meta(path):
if not rel:
m = re.match('^Release\s*:\s*(\S+)', line)
if m:
version = m.group(1)
rel = m.group(1)
continue
if rel:
version += '-{0}'.format(rel)