Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
Merge pull request #370 from rahim/master
Browse files Browse the repository at this point in the history
fix(templates): value generator should use value template
  • Loading branch information
passy committed Sep 17, 2013
2 parents c30464c + 67d0c5a commit c76c702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion value/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function Generator() {
util.inherits(Generator, ScriptBase);

Generator.prototype.createServiceFiles = function createServiceFiles() {
this.appTemplate('service/constant', 'scripts/services/' + this.name);
this.appTemplate('service/value', 'scripts/services/' + this.name);
this.testTemplate('spec/service', 'services/' + this.name);
this.addScriptToIndex('services/' + this.name);
};

0 comments on commit c76c702

Please sign in to comment.