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 b57b9ab commit 17f8fc6Copy full SHA for 17f8fc6
src/commands/init.js
@@ -125,7 +125,7 @@ const initTasks = async () => {
125
await createRepository();
126
kickStart = true;
127
128
- execSync(`mkdir -p ${process.cwd()}/teachcode-solutions`);
+ execSync(`mkdir -p teachcode-solutions`);
129
fs.writeFileSync(
130
`teachcode-solutions/config.json`,
131
JSON.stringify(userConfig),
0 commit comments