diff options
Diffstat (limited to 'Biz/Lint.hs')
-rw-r--r-- | Biz/Lint.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Lint.hs b/Biz/Lint.hs index 5c3bef3..bc91f34 100644 --- a/Biz/Lint.hs +++ b/Biz/Lint.hs @@ -115,7 +115,7 @@ printResult r = case r of changedFiles :: IO [FilePath] changedFiles = - git ["merge-base", "HEAD", "origin/master"] + git ["merge-base", "HEAD", "origin/live"] /> filter (/= '\n') +> (\mb -> git ["diff", "--name-only", "--diff-filter=d", mb]) /> String.lines |