commit | 6781e9ec9521887aa5cb8c80fda9fbecee8c170f | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Fri Sep 01 17:23:32 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Fri Sep 01 17:23:32 2017 +0200 |
tree | aa89fdb457763c65764828f6eec9e5036dac1c6b | |
parent | ed663b82dc9bd22a9e81cd795241de6b6c330aa9 [diff] [blame] |
Fix typo Change-Id: Ie05e476eb7a155df23c51298bb72af5fc731929d
diff --git a/src/com/mirantis/mk/Ruby.groovy b/src/com/mirantis/mk/Ruby.groovy index ca1f567..3c96b29 100644 --- a/src/com/mirantis/mk/Ruby.groovy +++ b/src/com/mirantis/mk/Ruby.groovy
@@ -75,7 +75,7 @@ def suiteMatcher = suitePattern.matcher(kitchenEnv) if (suiteMatcher.find()) { def suite = suiteMatcher.group(1) - if(suite && suite != ""){ + if(suite && suite != ""){ return suite.replaceAll("_", "-") } }