typo fix
Change-Id: Ic0a2c52c7666d7b0f9d43f4ba72f8ec8a5e38596
diff --git a/src/com/mirantis/mk/Aws.groovy b/src/com/mirantis/mk/Aws.groovy
index 6a9c8ae..5c07193 100644
--- a/src/com/mirantis/mk/Aws.groovy
+++ b/src/com/mirantis/mk/Aws.groovy
@@ -123,14 +123,14 @@
// check for desired state
if (stack_info['StackStatus'] == state) {
- common.successMsg("Stack ${stack_name} in in state ${state}")
+ common.successMsg("Stack ${stack_name} is in state ${state}")
common.prettyPrint(stack_info)
break
}
// check for failed state
if (state_failed.contains(stack_info['StackStatus'])) {
- throw new Exception("Stack ${stack_name} in in failed state")
+ throw new Exception("Stack ${stack_name} is in failed state")
}
// print stack resources