From 65ee65c029d53a91d7a744e8c8db640d079e3138 Mon Sep 17 00:00:00 2001 From: Dan Date: Sun, 1 Oct 2017 17:20:20 -0600 Subject: [PATCH] Test --- git-post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-post-receive b/git-post-receive index 9c0e871..843de0d 100644 --- a/git-post-receive +++ b/git-post-receive @@ -52,4 +52,4 @@ chmod +x bin/stop echo "Running stop script file" bin/stop echo "Running start script file" -bin/start +bin/node src/app.js