We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0530799 commit b2193abCopy full SHA for b2193ab
lib/API/Deploy.js
@@ -67,7 +67,7 @@ module.exports = function(CLI) {
67
// Find ecosystem file by default
68
if (!Common.isConfigFile(file)) {
69
env = args[0];
70
- var defaultConfigNames = [ ...Common.knonwConfigFileExtensions('ecosystem'), 'ecosystem.json5', 'package.json'];
+ var defaultConfigNames = [ ...Common.getConfigFileCandidates('ecosystem'), 'ecosystem.json5', 'package.json'];
71
72
file = Utility.whichFileExists(defaultConfigNames);
73
0 commit comments