diff options
author | stuebinm | 2021-11-14 03:17:10 +0100 |
---|---|---|
committer | stuebinm | 2021-11-14 03:17:10 +0100 |
commit | 0e5951eedebd2f0d3991454f7bcaf5f7f749cb06 (patch) | |
tree | 12678cc1fd69abdd38e0cf2633b2c05df252631e /src | |
parent | 52b73711fc21e121267318677840a54fbe174b10 (diff) |
config option: don't copy asset files
Diffstat (limited to 'src')
-rw-r--r-- | src/Main.hs | 2 |
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 () |