Merge pull request #303 from mikelorant/fix/diff-output
fix: return diff output config value
This commit is contained in:
commit
d28f16253f
|
|
@ -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