Skip to content

Commit 17f8fc6

Browse files
abhijithvijayanjamesgeorge007
authored andcommitted
fix: (#44) update command so as to work in Windows (#46)
1 parent b57b9ab commit 17f8fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const initTasks = async () => {
125125
await createRepository();
126126
kickStart = true;
127127

128-
execSync(`mkdir -p ${process.cwd()}/teachcode-solutions`);
128+
execSync(`mkdir -p teachcode-solutions`);
129129
fs.writeFileSync(
130130
`teachcode-solutions/config.json`,
131131
JSON.stringify(userConfig),

0 commit comments

Comments
 (0)