Skip to content

Commit b2193ab

Browse files
committedOct 6, 2023
#5678 fix
1 parent 0530799 commit b2193ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/API/Deploy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module.exports = function(CLI) {
6767
// Find ecosystem file by default
6868
if (!Common.isConfigFile(file)) {
6969
env = args[0];
70-
var defaultConfigNames = [ ...Common.knonwConfigFileExtensions('ecosystem'), 'ecosystem.json5', 'package.json'];
70+
var defaultConfigNames = [ ...Common.getConfigFileCandidates('ecosystem'), 'ecosystem.json5', 'package.json'];
7171

7272
file = Utility.whichFileExists(defaultConfigNames);
7373

0 commit comments

Comments
 (0)
Please sign in to comment.