From d523ccf0d67915bbc9773e2531ca7390179cb58c Mon Sep 17 00:00:00 2001 From: bandesz Date: Mon, 16 Jan 2017 17:51:46 +0000 Subject: [PATCH] Fix typo: procecces -> processes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 27bf91ebb..d677d5ff8 100644 --- a/Makefile +++ b/Makefile @@ -95,8 +95,8 @@ check-aws-vars: ## Check if AWS access keys are set $(if ${AWS_ACCESS_KEY_ID},,$(error Must specify AWS_ACCESS_KEY_ID)) $(if ${AWS_SECRET_ACCESS_KEY},,$(error Must specify AWS_SECRET_ACCESS_KEY)) -.PHONY: deploy-suspend-autoscaling-procecces -deploy-suspend-autoscaling-procecces: check-aws-vars ## Suspend launch and terminate processes for the auto-scaling group +.PHONY: deploy-suspend-autoscaling-processes +deploy-suspend-autoscaling-processes: check-aws-vars ## Suspend launch and terminate processes for the auto-scaling group aws autoscaling suspend-processes --region eu-west-1 --auto-scaling-group-name ${CODEDEPLOY_APP_NAME} --scaling-processes "Launch" "Terminate" .PHONY: deploy-resume-autoscaling-processes