Skip to content

Commit

Permalink
add newline to end of makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
zotoMIT committed Jun 2, 2022
1 parent 5ee7108 commit 1c35dbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
--image-uri $(ECR_URL_DEV):latest

0 comments on commit 1c35dbc

Please sign in to comment.