summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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