From 6ee9f407c66b3d50a3d48f0e4edf1bddc9604553 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Mon, 22 Dec 2014 18:59:29 -0800 Subject: [PATCH] Procfile: Add newline to end of file Because that's a UNIX convention - see http://stackoverflow.com/questions/729692/why-should-files-end-with-a-newline --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 54dd622..9c537d9 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn httpbin:app -w 6 \ No newline at end of file +web: gunicorn httpbin:app -w 6