Skip to content

Commit

Permalink
create: fix app creation when app name specified
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Mar 16, 2014
1 parent 3a66a2b commit 54958a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/create/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function cloneBasis(dir){
require('bower').commands
.install(['basisjs'], { save: true }, {
cwd: path.relative('.', dir) || '.',
directory: path.relative('.', dir + '/lib')
directory: './lib'
})
.on('log', function(log){
console.log(' ' + log.id + ' ' + log.message);
Expand Down

0 comments on commit 54958a9

Please sign in to comment.