Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
better description for deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
jstewmon committed Mar 7, 2012
1 parent a25173e commit b109215
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions controller.js
Expand Up @@ -26,7 +26,7 @@ var cliOptions = {
deployer: {
alias: 'd',
demand: true,
describe: 'The script that will be used to perform the deployment if changes are detected.'
describe: 'The script in cwd that will be used to perform the deployment if changes are detected.'
},
'show-output': {
alias: 'o',
Expand Down Expand Up @@ -66,10 +66,11 @@ parsers = {
callback(null, refs);
}
};
//console.log('output?:', config['show-output'] === true);

var gitProcOptions = {
out: config['show-output']
};

async.auto({
locals: function(callback) {
proc('git', [
Expand Down

0 comments on commit b109215

Please sign in to comment.