-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Description
diff --git a/src/commands/init.js b/src/commands/init.js
index e946fe7..41a0086 100644
--- a/src/commands/init.js
+++ b/src/commands/init.js
@@ -101,7 +101,7 @@ const initTasks = async () => {
userConfig.userName = userName;
userConfig.keys.push(key);
- execSync(`mkdir -p ${process.cwd()}/teachcode-solutions`);
+ execSync(`mkdir -p teachcode-solutions`);
fs.writeFileSync(
`teachcode-solutions/config.json`,
JSON.stringify(userConfig),Originally posted by @jamesgeorge007 in madlabsinc/teachcode#44 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels