From 4acbdf3fe1dd7603d1fe168ec7a675a0fc7b97d1 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@keylocation.sg>
Date: Wed, 1 Feb 2017 13:37:25 +0100
Subject: [PATCH] Use start-raw for heroku

---
 Procfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Procfile b/Procfile
index 298d52bb36..182e7932e0 100644
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,2 @@
-renovate: npm start
+renovate: npm start-raw
 web: node bin/heroku/web.js
-- 
GitLab