From 3ec6da45752d341533522e14b514d14d122f7864 Mon Sep 17 00:00:00 2001 From: Ben Napolitan Date: Wed, 10 Jun 2020 12:28:23 -0400 Subject: [PATCH] Syntax fix. --- scripts/run-integration-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-integration-tests.sh b/scripts/run-integration-tests.sh index 325caf9e23..bcf78931f3 100755 --- a/scripts/run-integration-tests.sh +++ b/scripts/run-integration-tests.sh @@ -147,7 +147,7 @@ if [[ "$PROVISION" == true ]]; then fi echo "TESTING trying to create nodegroup" -$TESTER_PATH eks create-nodegroup --cluster_name $CLUSTER_NAME --name single-node --instance_types m5.xlarge --scaling-config minSize=1,maxSize=1,desiredSize=1 +$TESTER_PATH eks create-nodegroup --cluster-name $CLUSTER_NAME --name single-node --instance-types m5.xlarge --scaling-config minSize=1,maxSize=1,desiredSize=1 echo "TESTING downloading eksctl" curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp