diff options
author | stuebinm | 2022-02-25 16:30:45 +0100 |
---|---|---|
committer | stuebinm | 2022-03-19 19:54:49 +0100 |
commit | b7c0cd8fbef6147bf1ff2e30abfcf5c4c025862b (patch) | |
tree | 953e5b720cfcf0c009d41e7f2a918cfd8b3c30c8 /lib | |
parent | 85e4c8700b1a225bcc57f35dd1f691bf3475895d (diff) |
server: write out adjusted maps
Diffstat (limited to 'lib')
-rw-r--r-- | lib/WriteRepo.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/WriteRepo.hs b/lib/WriteRepo.hs index e4815fe..2a62591 100644 --- a/lib/WriteRepo.hs +++ b/lib/WriteRepo.hs @@ -24,7 +24,7 @@ import System.FilePath.Posix ((</>)) import Types (Dep (Local)) - +-- TODO: make this return a custom error type, not an exitcode writeAdjustedRepository :: LintConfig' -> FilePath -> FilePath -> DirResult Full -> IO ExitCode writeAdjustedRepository config inPath outPath result | resultIsFatal config result = |