Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit b5cb88d

Browse files
author
HarishRaj11
committed
Test Cases Resolved for custom host specification
1 parent 3ba11e7 commit b5cb88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/project/project.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ function testGenerate(directory, options, cb) {
536536
}
537537
}
538538
}, function(filteredResult) {
539-
async.each(filteredResult, function(file, cb) {
539+
async.each(finalResult, function(file, cb) {
540540
if (file.name === '.env') {
541541
fs.outputFile(path.join(directory, file.name), file.test, cb);
542542
} else {

0 commit comments

Comments
 (0)