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

Commit

Permalink
fix(templates): value generator should use value template
Browse files Browse the repository at this point in the history
  • Loading branch information
rahim committed Sep 17, 2013
1 parent c30464c commit 67d0c5a
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 67d0c5a

Please sign in to comment.