summaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index a7710eb..d91aee3 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -67,7 +67,7 @@ run options = do
else printPretty (level, lints)
case out options of
- Just outpath -> writeAdjustedRepository repo outpath lints
+ Just outpath -> writeAdjustedRepository lintconfig repo outpath lints
>>= exitWith
Nothing -> pure ()