diff options
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 = |