From 6571ed1b957a3140e5feefc11d051e8815d82256 Mon Sep 17 00:00:00 2001 From: Florian Heinemann Date: Wed, 5 Nov 2014 09:44:37 -0500 Subject: [PATCH] Changed typo --- bin/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/release b/bin/release index 0f00929..16aaf5f 100755 --- a/bin/release +++ b/bin/release @@ -4,5 +4,5 @@ set -e cat << EOF --- default_process_types: - web: echo 's//{${PORT}}/g' && sed -i 's//{${PORT}}/g' /app/nxinx.conf && /app/nginx/nginx -c /app/nginx.conf + web: echo 's//${PORT}/g' && sed -i 's//${PORT}/g' /app/nginx.conf && /app/nginx/nginx -c /app/nginx.conf EOF