From eb33bcca6e04277b1c44f9965e968632f376abeb Mon Sep 17 00:00:00 2001 From: Tjatse Date: Wed, 31 Dec 2014 18:48:09 +0800 Subject: [PATCH] PM2 data path --- test/index.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.sh b/test/index.sh index 1c19d58..6b909c5 100644 --- a/test/index.sh +++ b/test/index.sh @@ -15,7 +15,7 @@ echo -e "" if [ ! -z "$TRAVIS" ]; then export PM2_HOME="/home/travis/.pm2" mkdir "$PM2_HOME" - cp "fixtures/conf.js" "$PM2_HOME/conf.js" + cp "$fixtures/conf.js" "$PM2_HOME/conf.js" fi bash ./test/bash/config.sh