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