forked from LaconicNetwork/kompose
Fix typos in comments
This commit is contained in:
@@ -110,7 +110,7 @@ func checkUnsupportedKey(composeProject *project.Project) []string {
|
||||
continue
|
||||
}
|
||||
}
|
||||
//get yaml tag name instad of variable name
|
||||
//get yaml tag name instead of variable name
|
||||
yamlTagName := strings.Split(f.Tag("yaml"), ",")[0]
|
||||
if f.Name() == "Networks" {
|
||||
// networks always contains one default element, even it isn't declared in compose v2.
|
||||
|
||||
Reference in New Issue
Block a user