Skip to content

Commit 0317a5a

Browse files
committed
nit
1 parent ac89387 commit 0317a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evals/apps/cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ const runExercise = async ({ run, task, server }: { run: Run; task: Task; server
212212
},
213213
shell: "/bin/bash",
214214
cancelSignal,
215-
})`${codeCommand} -n ${path.resolve(exercisesPath, language, exercise)}`
215+
})`${codeCommand} -n ${workspacePath}`
216216

217217
// If debugging:
218218
// subprocess.stdout.pipe(process.stdout)

0 commit comments

Comments
 (0)