summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-04-07 08:54:53 +0200
committerAndreas Grapentin <andreas@grapentin.org>2019-04-07 08:54:53 +0200
commit0278f01815fe7d80f3e9172b6b8e4bb98b7fd63a (patch)
treef0286ffa1f00f92a5bcd328a568aea17b42e9275
parentba47814aeeaf887cf7cebcb231ab189eee670ba1 (diff)
removed suffix from fixhooks
-rw-r--r--parabola_repolint/fixer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parabola_repolint/fixer.py b/parabola_repolint/fixer.py
index fc0eb5a..0aae308 100644
--- a/parabola_repolint/fixer.py
+++ b/parabola_repolint/fixer.py
@@ -27,7 +27,7 @@ class Fixer():
fixbase = check.fixhook_base(issue)
fixargs = check.fixhook_args(issue)
- path = os.path.join(base_path, fixbase + '.sh')
+ path = os.path.join(base_path, fixbase)
if not os.path.exists(path):
continue