forked from LaconicNetwork/kompose
bump libcompose to v0.4.0
This commit is contained in:
+1
-1
@@ -624,7 +624,7 @@ func (p *Properties) Delete(key string) {
|
||||
newKeys := []string{}
|
||||
for _, k := range p.k {
|
||||
if k != key {
|
||||
newKeys = append(newKeys, key)
|
||||
newKeys = append(newKeys, k)
|
||||
}
|
||||
}
|
||||
p.k = newKeys
|
||||
|
||||
Reference in New Issue
Block a user