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(
315
315
//
316
316
// Output code will look something like this:
317
317
//
318
- // if !ackcompare.MapStringStringEqual (a.ko.Spec.Tags, b.ko.Spec.Tags) {
318
+ // if !ackcompare.MapStringStringPEqual (a.ko.Spec.Tags, b.ko.Spec.Tags) {
319
319
// delta.Add("Spec.Tags", a.ko.Spec.Tags, b.ko.Spec.Tags)
320
320
// }
321
321
func compareMap (
@@ -357,9 +357,9 @@ func compareMap(
357
357
358
358
switch valType {
359
359
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) {
361
361
out += fmt .Sprintf (
362
- "%sif !ackcompare.MapStringStringEqual (%s, %s) {\n " ,
362
+ "%sif !ackcompare.MapStringStringPEqual (%s, %s) {\n " ,
363
363
indent , firstResVarName , secondResVarName ,
364
364
)
365
365
case "structure" :
You can’t perform that action at this time.
0 commit comments