Skip to content

Commit

Permalink
fix strategy patch diff list issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adohe committed May 27, 2016
1 parent a8ba289 commit 04c0103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/strategicpatch/patch.go
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ loopB:
if !ignoreChangesAndAdditions {
// Add any remaining items found only in modified
for ; modifiedIndex < len(modifiedSorted); modifiedIndex++ {
patch = append(patch, modified[modifiedIndex])
patch = append(patch, modifiedSorted[modifiedIndex])
}
}

Expand Down

0 comments on commit 04c0103

Please sign in to comment.