summaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
authorstuebinm2021-11-10 23:21:15 +0100
committerstuebinm2021-11-10 23:21:15 +0100
commit1338e4a1c9f445e5384cdee3d65cf5a46ce03105 (patch)
treea9ad34982e98a7dad4a24bc6269021283bde0d06 /src/Main.hs
parent508f8885f6087f2c56b188cd0632a4fc39de0540 (diff)
copy map assets (and refuse if any are missing)
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 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