From 9084081b9fa5b9ba7facee18db9d5ffb53b3c843 Mon Sep 17 00:00:00 2001 From: Jayanth Varavani <1111446+jayanthvn@users.noreply.github.com> Date: Wed, 3 Jun 2020 22:10:37 +0000 Subject: [PATCH] This commit will make the aws-cni-support.sh executable --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 21218c8222..cc46fbfa60 100644 --- a/Makefile +++ b/Makefile @@ -199,7 +199,8 @@ debug-script: @echo "$(VISIT_URL)" @echo curl -L $(FETCH_URL) -o ./aws-cni-support.sh - + chmod +x ./aws-cni-support.sh + # Run all source code checks. check: check-format lint vet