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

Commit

Permalink
Test Cases Resolved for custom host specification
Browse files Browse the repository at this point in the history
  • Loading branch information
HarishRaj11 committed Apr 10, 2019
1 parent 3ba11e7 commit b5cb88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/project/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ function testGenerate(directory, options, cb) {
}
}
}, function(filteredResult) {
async.each(filteredResult, function(file, cb) {
async.each(finalResult, function(file, cb) {
if (file.name === '.env') {
fs.outputFile(path.join(directory, file.name), file.test, cb);
} else {
Expand Down

0 comments on commit b5cb88d

Please sign in to comment.