Skip to content

Commit

Permalink
Merge pull request #64 from SergeAstapov/master
Browse files Browse the repository at this point in the history
Fix code example
  • Loading branch information
rwjblue authored Oct 31, 2018
2 parents cf1de5b + 6d9fa0c commit dff055b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {

let baseTemplatesPath = path.join(this.root, 'addon/templates');

if (dep.satisfies('>= 1.13.0') {
if (dep.satisfies('>= 1.13.0')) {
return this.treeGenerator(path.join(baseTemplatesPath, 'current'));
} else {
return this.treeGenerator(path.join(baseTemplatesPath, 'legacy'));
Expand Down

0 comments on commit dff055b

Please sign in to comment.