diff --git a/pkg/config/diff.go b/pkg/config/diff.go index c9982b5b..56f3a892 100644 --- a/pkg/config/diff.go +++ b/pkg/config/diff.go @@ -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