fix typho
Change-Id: I46b08afcd6c6e91df67e2f376389248009162f2f
diff --git a/src/com/mirantis/mk/Aws.groovy b/src/com/mirantis/mk/Aws.groovy
index bf096f8..8b8bde7 100644
--- a/src/com/mirantis/mk/Aws.groovy
+++ b/src/com/mirantis/mk/Aws.groovy
@@ -159,7 +159,7 @@
throw new Exception("Missing parameter")
}
- def cmd = "aws autoscaling update-auto-scaling-groups --auto-scaling-group-name ${group_name} " + parameters.join(' ')
+ def cmd = "aws autoscaling update-auto-scaling-group --auto-scaling-group-name ${group_name} " + parameters.join(' ')
withEnv(env_vars) {
def out = python.runVirtualenvCommand(venv_path, cmd)