kubectl diff: Rename KUBERNETES_EXTERNAL_DIFF to KUBECTL_EXTERNAL_DIFF

This commit is contained in:
Antoine Pelisse
2018-10-12 10:56:16 -07:00
parent 6fc89ae92d
commit e31d14cb10
2 changed files with 4 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ func (f *FakeObject) Live() runtime.Object {
}
func TestDiffProgram(t *testing.T) {
os.Setenv("KUBERNETES_EXTERNAL_DIFF", "echo")
os.Setenv("KUBECTL_EXTERNAL_DIFF", "echo")
streams, _, stdout, _ := genericclioptions.NewTestIOStreams()
diff := DiffProgram{
IOStreams: streams,