diff options
author | stuebinm | 2022-02-25 16:30:45 +0100 |
---|---|---|
committer | stuebinm | 2022-02-25 16:30:45 +0100 |
commit | 55c2994e856ceaf82edd06587e2faffb7c58950c (patch) | |
tree | 8e8fa4d5dde7ccbf8c7445e3832bacd2f4a5f211 /lib/WriteRepo.hs | |
parent | d0226230a505a829bd01e0db910f75751860e9a0 (diff) |
server: write out adjusted maps
Diffstat (limited to 'lib/WriteRepo.hs')
-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 = |