Skip to content

Commit 82ced94

Browse files
fix: directory name in warning message
1 parent be1b6b9 commit 82ced94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/submit.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,12 @@ const submitTask = async () => {
179179
if (!fs.existsSync(`${process.cwd()}/config.json`)) {
180180
console.log(
181181
chalk.red.bold(
182-
' Make sure that you are within the Teach-Code-solutions directory!',
182+
' Make sure that you are within the teachcode-solutions directory!',
183183
),
184184
);
185185
console.log();
186186
console.log(
187-
chalk.magenta.bold('\tcd Teach-Code-solutions may resolve the issue!'),
187+
chalk.magenta.bold('\tcd teachcode-solutions may resolve the issue!'),
188188
);
189189
console.log();
190190
process.exit(1);

0 commit comments

Comments
 (0)