summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/fedpkg.py')
-rwxr-xr-xsrc/fedpkg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fedpkg.py b/src/fedpkg.py
index 70ce711..5441e08 100755
--- a/src/fedpkg.py
+++ b/src/fedpkg.py
@@ -698,7 +698,7 @@ def tag(args):
if not tagname or args.clog:
mymodule = pyfedpkg.PackageModule(args.path)
if not tagname:
- tagname = mymodule.getnvr()
+ tagname = mymodule.nvr
if clog:
mymodule.clog()
filename = 'clog'