fix: return diff output config value

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

View File

@ -118,7 +118,7 @@ func (t *DiffImpl) DetailedExitcode() bool {
// Output returns the output // Output returns the output
func (t *DiffImpl) DiffOutput() string { func (t *DiffImpl) DiffOutput() string {
return "" return t.DiffOptions.Output
} }
// IncludeTests returns the include tests // IncludeTests returns the include tests