diff options
author | stuebinm | 2021-11-10 23:21:15 +0100 |
---|---|---|
committer | stuebinm | 2021-11-10 23:21:15 +0100 |
commit | 1338e4a1c9f445e5384cdee3d65cf5a46ce03105 (patch) | |
tree | a9ad34982e98a7dad4a24bc6269021283bde0d06 /src | |
parent | 508f8885f6087f2c56b188cd0632a4fc39de0540 (diff) |
copy map assets (and refuse if any are missing)
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 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 |