fix: return diff context config value

Signed-off-by: Michael Lorant <michael.lorant@fairfaxmedia.com.au>
This commit is contained in:
Michael Lorant 2022-08-18 16:40:05 +10:00
parent be9e88d3b5
commit 86deeb377d
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ func (t *DiffImpl) Values() []string {
// Context returns the context
func (t *DiffImpl) Context() int {
return 0
return t.DiffOptions.Context
}
// DetailedExitCode returns the detailed exit code