Skip to content

Commit b6316b3

Browse files
committed
Add newline to install.sh
1 parent be631a9 commit b6316b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function ensure_eks() {
3737
ng_info=$(eksctl get nodegroup --cluster=$CORTEX_CLUSTER_NAME --region=$CORTEX_REGION --name ng-1 -o json)
3838
ng_instance_type=$(echo "$ng_info" | jq -r ".[] | select( .Cluster == \"$CORTEX_CLUSTER_NAME\" ) | select( .Name == \"ng-1\" ) | .InstanceType")
3939
if [ "$ng_instance_type" != "$CORTEX_INSTANCE_TYPE" ]; then
40-
echo "error: Cortex does not currently support changing the instance type of a running cluster; please run \`cortex cluster down\` followed by \`cortex cluster up\` to create a new cluster"
40+
echo -e "\nerror: Cortex does not currently support changing the instance type of a running cluster; please run \`cortex cluster down\` followed by \`cortex cluster up\` to create a new cluster"
4141
exit 1
4242
fi
4343

0 commit comments

Comments
 (0)