fix: return diff output config value
Signed-off-by: Michael Lorant <michael.lorant@fairfaxmedia.com.au>
This commit is contained in:
parent
be9e88d3b5
commit
b616a8b690
|
|
@ -118,7 +118,7 @@ func (t *DiffImpl) DetailedExitcode() bool {
|
|||
|
||||
// Output returns the output
|
||||
func (t *DiffImpl) DiffOutput() string {
|
||||
return ""
|
||||
return t.DiffOptions.Output
|
||||
}
|
||||
|
||||
// IncludeTests returns the include tests
|
||||
|
|
|
|||
Loading…
Reference in New Issue