From 204fdd5c37ee80768c096115a5beb3a689ad9009 Mon Sep 17 00:00:00 2001 From: Gemma Leigh Date: Tue, 25 Mar 2014 15:28:14 +0000 Subject: [PATCH] revert changes to procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index e1d4131b0..fde0ed93d 100755 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: node app.js +web: node start.js