Skip to content

Commit 3b9cef9

Browse files
committed
bug fix
1 parent bb74028 commit 3b9cef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmc-langs/src/course_refresher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ fn get_exercises(
308308
{
309309
image_override.clone()
310310
} else {
311-
get_default_sandbox_image(&exercise_dir)?.to_string()
311+
get_default_sandbox_image(&exercise_path)?.to_string()
312312
};
313313

314314
Ok(RefreshExercise {

0 commit comments

Comments
 (0)