We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1f762 commit 397e6bcCopy full SHA for 397e6bc
src/cli/utils/commander.js
@@ -86,7 +86,7 @@ function parseConfigFile(program) {
86
options[key] = action(value);
87
}
88
})
89
- console.log(`Configuation loaded from ${jsonPath}`)
+ console.log(`Configuration loaded from ${jsonPath}`)
90
91
return options;
92
0 commit comments