From 8e6678f6f83252385c982929874c7a0e1e616c77 Mon Sep 17 00:00:00 2001 From: rhy-jot Date: Thu, 21 Nov 2013 12:45:32 -0800 Subject: [PATCH] Use $app instead of $1, closes #1. --- bin/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/release b/bin/release index 9c398ef..60f875a 100755 --- a/bin/release +++ b/bin/release @@ -4,5 +4,5 @@ set -e cat << EOF --- default_process_types: - web: erb $1/nginx.conf.erb > $1/nginx.conf && nginx -c /app/nginx.conf + web: erb /app/nginx.conf.erb > /app/nginx.conf && nginx -c /app/nginx.conf EOF