Fix comment

This commit is contained in:
Mark Lee 2015-06-09 19:17:57 -07:00
parent 83dd1dcb34
commit f3d17bceb2
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ function buildWinApp (opts, cb, newApp) {
return true
}
// copy users app into .app
// copy users app into destination path
ncp(opts.dir, paths.app, {filter: filter, dereference: true}, function copied (err) {
if (err) return cb(err)