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 be1b6b9 commit 82ced94Copy full SHA for 82ced94
src/commands/submit.js
@@ -179,12 +179,12 @@ const submitTask = async () => {
179
if (!fs.existsSync(`${process.cwd()}/config.json`)) {
180
console.log(
181
chalk.red.bold(
182
- ' Make sure that you are within the Teach-Code-solutions directory!',
+ ' Make sure that you are within the teachcode-solutions directory!',
183
),
184
);
185
console.log();
186
187
- chalk.magenta.bold('\tcd Teach-Code-solutions may resolve the issue!'),
+ chalk.magenta.bold('\tcd teachcode-solutions may resolve the issue!'),
188
189
190
process.exit(1);
0 commit comments