From 11f99d50f5d84f3c7bfefe703c635de358a35517 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: May 25 2011 17:38:44 +0000 Subject: Strip the .py off of fixbranches --- diff --git a/src/pyfedpkg/__init__.py b/src/pyfedpkg/__init__.py index 947893c..90bc52e 100644 --- a/src/pyfedpkg/__init__.py +++ b/src/pyfedpkg/__init__.py @@ -104,7 +104,7 @@ def _check_newstyle_branches(path=None, repo=None): re.match(refsre, ref.name): log.error('This repo has old style branches but upstream ' 'has converted to new style. Please run ' - '/usr/libexec/fedpkg-fixbranches.py to fix your repo') + '/usr/libexec/fedpkg-fixbranches to fix your repo') raise FedpkgError('Unconverted branches') def _find_branch(path=None, repo=None):