From b9cf2874443bbaf9c6edaad7f1c11328ddb25913 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Tue, 1 Nov 2016 13:51:53 -0400 Subject: [PATCH] Fix for Heroku. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 0d84653..3e30175 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn wsgi:application --log-file - +web: gunicorn snipt.wsgi --log-file -