We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f177b commit 801699eCopy full SHA for 801699e
schema/manifest_backwards_compatibility_test.go
@@ -38,7 +38,7 @@ var compatMap = map[string]string{
38
func convertFormats(input string) string {
39
out := input
40
for k, v := range compatMap {
41
- out = strings.Replace(out, v, k, -1)
+ out = strings.Replace(out, k, v, -1)
42
}
43
return out
44
0 commit comments