commit | 84fce3d6ad1cf46153fd60033c19f297a1f47290 | [log] [tgz] |
---|---|---|
author | Pavel Cizinsky <pcizinsky@mirantis.com> | Thu Sep 27 13:59:04 2018 +0000 |
committer | Gerrit Code Review <gerrit2@84b5d06f6116> | Thu Sep 27 13:59:04 2018 +0000 |
tree | a269eba4a12efecb48cb1d6351e4d28976afe10b | |
parent | 6d3cc23499053773116b6f5e5fbd8a5a4f716413 [diff] | |
parent | 2be0d4bf8ba2212874fd08cdd3ef7c5d9fd0bf2d [diff] |
Merge "Fix typo - missing param"
diff --git a/src/com/mirantis/mk/Common.groovy b/src/com/mirantis/mk/Common.groovy index 215cf7b..249175b 100644 --- a/src/com/mirantis/mk/Common.groovy +++ b/src/com/mirantis/mk/Common.groovy
@@ -846,6 +846,7 @@ * @param extraVars - Multiline YAML text with extra vars */ def mergeEnv(envVar, extraVars) { + def common = new com.mirantis.mk.Common() try { def extraParams = readYaml text: extraVars for(String key in extraParams.keySet()) {