From a74c238defd2ce23ef6648e062cd6222028fbd3c Mon Sep 17 00:00:00 2001 From: Nam Nguyen Date: Wed, 12 Dec 2018 12:08:54 -0800 Subject: [PATCH] bug fixes --- cookbooks/nginx/attributes/binary.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/nginx/attributes/binary.bash b/cookbooks/nginx/attributes/binary.bash index c37bc1b2..23fb20d8 100644 --- a/cookbooks/nginx/attributes/binary.bash +++ b/cookbooks/nginx/attributes/binary.bash @@ -3,4 +3,4 @@ export NGINX_PORT='80' export AMAZON_LINUX_DEFAULT_ID='centos' -export AMAZON_LINUX_DEFAULT_VERSION='7' \ No newline at end of file +export AMAZON_LINUX_DEFAULT_VERSION_ID='7' \ No newline at end of file