From ae7b6fc7158390c6a2c429c925b99a2ead2f7e74 Mon Sep 17 00:00:00 2001 From: Phil Schleihauf <uniphil@gmail.com> Date: Fri, 14 Feb 2014 13:56:49 -0500 Subject: [PATCH] fix url to testing buildpack --- bin/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/test b/bin/test index 955274f7..7eca8385 100755 --- a/bin/test +++ b/bin/test @@ -2,7 +2,7 @@ # # Create a Heroku app with the following buildpack: -# https://github.com/ddollar/buildpack-tet +# https://github.com/ddollar/buildpack-test # # Push this Python buildpack to that Heroku app to # run the tests. -- GitLab