summaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
authorstuebinm2021-11-14 03:17:10 +0100
committerstuebinm2021-11-14 03:17:10 +0100
commit0e5951eedebd2f0d3991454f7bcaf5f7f749cb06 (patch)
tree12678cc1fd69abdd38e0cf2633b2c05df252631e /src/Main.hs
parent52b73711fc21e121267318677840a54fbe174b10 (diff)
config option: don't copy asset files
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 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 ()