From aae62398b067dbec428f46042d564d5e2bcd6014 Mon Sep 17 00:00:00 2001 From: Michael Hobbs Date: Wed, 25 Nov 2015 09:06:53 -0800 Subject: [PATCH] use patched static buildpack in test --- tests/apps/static/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/apps/static/.env b/tests/apps/static/.env index b8f2eb1307f..b223be17729 100644 --- a/tests/apps/static/.env +++ b/tests/apps/static/.env @@ -1 +1 @@ -export BUILDPACK_URL=https://github.com/yabawock/buildpack-nginx +export BUILDPACK_URL=https://github.com/dokku/buildpack-nginx