We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab36c4f commit bbcfa3bCopy full SHA for bbcfa3b
tmc-langs/src/course_refresher.rs
@@ -89,7 +89,7 @@ pub fn refresh_course(
89
.collect::<Vec<_>>();
90
91
// collect .tmcproject.ymls and merge the root config with each exercise's, if any
92
- let root_tmcproject_yml = TmcProjectYml::load(&course_cache_path)?;
+ let root_tmcproject_yml = TmcProjectYml::load(&new_clone_path)?;
93
let exercise_dirs_and_tmcprojects =
94
get_and_merge_tmcproject_configs(root_tmcproject_yml, &new_clone_path, exercise_dirs)?;
95
progress_stage("Merged .tmcproject.yml files in exercise directories to the root file, if any");
0 commit comments