fix: return diff context config value
Signed-off-by: Michael Lorant <michael.lorant@fairfaxmedia.com.au>
This commit is contained in:
parent
be9e88d3b5
commit
86deeb377d
|
|
@ -108,7 +108,7 @@ func (t *DiffImpl) Values() []string {
|
||||||
|
|
||||||
// Context returns the context
|
// Context returns the context
|
||||||
func (t *DiffImpl) Context() int {
|
func (t *DiffImpl) Context() int {
|
||||||
return 0
|
return t.DiffOptions.Context
|
||||||
}
|
}
|
||||||
|
|
||||||
// DetailedExitCode returns the detailed exit code
|
// DetailedExitCode returns the detailed exit code
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue