commit | d4240b5a6ea777f86429bb9098ac9f63b0603429 | [log] [tgz] |
---|---|---|
author | iberezovskiy <iberezovskiy@mirantis.com> | Mon Feb 20 17:18:28 2017 +0400 |
committer | iberezovskiy <iberezovskiy@mirantis.com> | Mon Feb 20 17:18:28 2017 +0400 |
tree | 9c27685145082ecd69b83728c5ca46bf27e0b5d1 | |
parent | 79ecec3428e4660b4728ffdcd37f9bc7daf75dd9 [diff] [blame] |
Fix to uppercase for mk libs Change-Id: I2bc2d592a41c1c3d7fb5a0a2fb8d489a19daba0b
diff --git a/src/com/mirantis/mk/Salt.groovy b/src/com/mirantis/mk/Salt.groovy index 8422cb3..8ec2979 100644 --- a/src/com/mirantis/mk/Salt.groovy +++ b/src/com/mirantis/mk/Salt.groovy
@@ -53,7 +53,7 @@ */ @NonCPS def runSaltCommand(master, client, target, function, batch = null, args = null, kwargs = null) { - def http = new com.mirantis.mk.http() + def http = new com.mirantis.mk.Http() data = [ 'tgt': target.expression,