Skip to content

Commit

Permalink
rollback changes to cmd :=
Browse files Browse the repository at this point in the history
  • Loading branch information
Aceralon committed Nov 4, 2023
1 parent 1116ac1 commit 4804525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kustomize/commands/edit/fix/convert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ spec:
testutils_test.WriteTestKustomizationWith(fSys, kustomization)
assert.NoError(t, fSys.WriteFile("pod.yaml", pod))
assert.NoError(t, fSys.WriteFile("patch.yaml", patch))
var cmd = NewCmdFix(fSys, os.Stdout)
cmd := NewCmdFix(fSys, os.Stdout)
assert.NoError(t, cmd.Flags().Set("vars", "true"))
assert.NoError(t, cmd.RunE(cmd, nil))
content, err := testutils_test.ReadTestKustomization(fSys)
Expand Down

0 comments on commit 4804525

Please sign in to comment.