From 1c35dbc354058eaad81c596278ab59fb36e44c21 Mon Sep 17 00:00:00 2001 From: zotoMIT <84022599+zotoMIT@users.noreply.github.com> Date: Thu, 2 Jun 2022 14:29:15 -0400 Subject: [PATCH] add newline to end of makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 450a21e..e403107 100644 --- a/Makefile +++ b/Makefile @@ -61,4 +61,5 @@ publish-dev: dist-dev ## Build, tag and push (intended for developer-based manua update-lambda-dev: ## Updates the lambda with whatever is the most recent image in the ecr (intended for developer-based manual update) aws lambda update-function-code \ --function-name $(FUNCTION_DEV) \ - --image-uri $(ECR_URL_DEV):latest \ No newline at end of file + --image-uri $(ECR_URL_DEV):latest +