summaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 8cbfe7d..1862c5b 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -48,7 +48,7 @@ run options = do
lints <- recursiveCheckDir repo entry
case out options of
- Just path -> writeAdjustedRepository path lints
+ Just outpath -> writeAdjustedRepository repo outpath lints
Nothing -> pure ()
if json options