From 3def7f6bd1f7861a83014e3453ec291c08b1dfa0 Mon Sep 17 00:00:00 2001 From: Alban Perillat-Merceroz Date: Thu, 3 Dec 2015 18:47:07 -0800 Subject: [PATCH] Fix scripts path in default config --- config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index 89c7f0d..3ed4efb 100644 --- a/config.js +++ b/config.js @@ -30,9 +30,9 @@ var Private = { }, action: { exec: { - github: '../github.sh', - bitbucket: '../bitbucket.sh', - contentful: '../contentful.sh' + github: '../../github.sh', + bitbucket: '../../bitbucket.sh', + contentful: '../../contentful.sh' } } }