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