Some cleanup

This commit is contained in:
Ovidio Mallo 2016-12-15 17:38:21 +01:00
parent ec68bfe46f
commit 902173a220
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ def parseYaml(content) {
}
def ocTemplateParametersAsCommandLineOpt(parameters) {
return parameters.collect { v -> "-v ${v}" }.join(" ")
return parameters.collect { parameter -> "-v ${parameter}" }.join(" ")
}
def ocApplyTemplate(namespace, config) {