Skip to content

Commit

Permalink
Fix scripts path in default config
Browse files Browse the repository at this point in the history
  • Loading branch information
Alban Perillat-Merceroz committed Dec 4, 2015
1 parent 8056cd6 commit 3def7f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
}
Expand Down

0 comments on commit 3def7f6

Please sign in to comment.