forked from LaconicNetwork/kompose
Merge pull request #697 from surajnarwade/minor_fix
Fixed minor issue in kubernetes_test.go
This commit is contained in:
commit
2f7293b190
@ -68,7 +68,7 @@ func equalStringSlice(s1, s2 []string) bool {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
for i := range s1 {
|
for i := range s1 {
|
||||||
if s1[i] != s1[i] {
|
if s1[i] != s2[i] {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user