Skip to content

Commit 158132f

Browse files
committed
use clone path to get exercise type in prepare-submission
1 parent 6e26592 commit 158132f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmc-langs-util/src/task_executor/submission_packaging.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ pub fn prepare_submission(
177177
let project_root =
178178
project_root.ok_or_else(|| UtilError::NoProjectDirInZip(zip_path.to_path_buf()))?;
179179

180-
let plugin = get_language_plugin(&project_root)?;
180+
let plugin = get_language_plugin(&clone_path)?;
181181
let dest = temp.path().join(
182182
toplevel_dir_name
183183
.as_ref()

0 commit comments

Comments
 (0)