Merge pull request #301 from mikelorant/fix/diff-context
fix: return diff context config value
This commit is contained in:
commit
7972a8921c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue