Skip to content

Commit 21a24b4

Browse files
committed
removing more references
1 parent f847b4f commit 21a24b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/index.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ module.exports = yeoman.generators.Base.extend({
3535
];
3636

3737
this.prompt(prompts, function (props) {
38-
answers.themeName = props.themeName;
3938
if (props.extras) {
4039
this.composeWith('pattern-lab-starter:extras');
4140
}
@@ -46,7 +45,7 @@ module.exports = yeoman.generators.Base.extend({
4645
writing: function() {
4746
var done = this.async();
4847
this.remote('phase2', 'pattern-lab-starter', 'master', function (err, remote) {
49-
remote.directory('.', answers.themeName);
48+
remote.directory('.', '');
5049
done();
5150
}, true);
5251
},

0 commit comments

Comments
 (0)