From f39aec59033eddd495cf57aebf114bbec9a18887 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Tue, 12 Apr 2016 01:16:35 -0400 Subject: [PATCH] update ecosystem.json with correct grunt path --- ecosystem.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.json b/ecosystem.json index 14d7da4e..57fce3f9 100644 --- a/ecosystem.json +++ b/ecosystem.json @@ -1,7 +1,7 @@ { "apps" : [{ "name" : "tellform", - "script" : "/usr/local/bingrunt", + "script" : "/usr/local/bin/grunt", }], "deploy" : { "production" : {