File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ func compareScalar(
315315//
316316// Output code will look something like this:
317317//
318- // if !ackcompare.MapStringStringEqual (a.ko.Spec.Tags, b.ko.Spec.Tags) {
318+ // if !ackcompare.MapStringStringPEqual (a.ko.Spec.Tags, b.ko.Spec.Tags) {
319319// delta.Add("Spec.Tags", a.ko.Spec.Tags, b.ko.Spec.Tags)
320320// }
321321func compareMap (
@@ -357,9 +357,9 @@ func compareMap(
357357
358358 switch valType {
359359 case "string" :
360- // if !ackcompare.MapStringStringEqual (a.ko.Spec.Tags, b.ko.Spec.Tags) {
360+ // if !ackcompare.MapStringStringPEqual (a.ko.Spec.Tags, b.ko.Spec.Tags) {
361361 out += fmt .Sprintf (
362- "%sif !ackcompare.MapStringStringEqual (%s, %s) {\n " ,
362+ "%sif !ackcompare.MapStringStringPEqual (%s, %s) {\n " ,
363363 indent , firstResVarName , secondResVarName ,
364364 )
365365 case "structure" :
You can’t perform that action at this time.
0 commit comments