Skip to content

Commit b4d1a71

Browse files
committed
Add newline to cluster down command output
1 parent 6126c56 commit b4d1a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager/uninstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ echo -e "spinning down the cluster ...\n"
2222

2323
eksctl delete cluster --name=$CORTEX_CLUSTER_NAME --region=$CORTEX_REGION --timeout=$EKSCTL_TIMEOUT
2424

25-
echo "✓ please check cloudformation to ensure that all resources for the ${CORTEX_CLUSTER_NAME} cluster are successfully deleted: https://${CORTEX_REGION}.console.aws.amazon.com/cloudformation"
25+
echo -e "\n✓ please check cloudformation to ensure that all resources for the ${CORTEX_CLUSTER_NAME} cluster are successfully deleted: https://${CORTEX_REGION}.console.aws.amazon.com/cloudformation"

0 commit comments

Comments
 (0)