Skip to content

Commit

Permalink
corrected the template options
Browse files Browse the repository at this point in the history
  • Loading branch information
liangzan committed May 20, 2012
1 parent 99aebdc commit 5ffa7f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/parser.js
Expand Up @@ -50,8 +50,8 @@ parser.parseConcurrencyOpts = function(cmdOptions) {
* @param {obj} command line options
* @return {obj} object with key:val as templateName:path
*/
parser.parseTemplateOpts = function(cmdOptions) {
return parseCSVOpts(cmdOptions.template);
parser.parseTemplateOpts = function(templateOpt) {
return parseCSVOpts(templateOpt);
};

/*
Expand Down

0 comments on commit 5ffa7f1

Please sign in to comment.