Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
addition to #145, remove unnecessary templating attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
gruppjo committed Apr 16, 2015
1 parent e9677cd commit 4576688
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion template/index.js
Expand Up @@ -8,7 +8,6 @@ var MGenerator = yeoman.generators.NamedBase.extend({
this.argument('module', { type: String, required: false });
this.moduleName = utils.checkModule(this.module);
this.moduleFolder = utils.moduleFolder(this.moduleName);
this.barColor = utils.barColor();

this.log('You called the m:template subgenerator.');

Expand Down

0 comments on commit 4576688

Please sign in to comment.