Skip to content

Commit

Permalink
fix default symlink path changed in ember-cli/ember-cli#1034
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecraige committed Jun 23, 2014
1 parent 345a983 commit b1aed4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/new.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = Command.extend({

// TODO: this is duplication of the path listed in
// tasks/build. I'd like to remove it
var link = linkEnv(Project.closest(root), 'ember/tmp/output');
var link = linkEnv(Project.closest(root), 'ember/dist');

link().then(resolve, reject);

Expand Down

0 comments on commit b1aed4a

Please sign in to comment.