From 0e5951eedebd2f0d3991454f7bcaf5f7f749cb06 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 14 Nov 2021 03:17:10 +0100 Subject: config option: don't copy asset files --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Main.hs') 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 () -- cgit v1.2.3