Typos are fun. Really fun.

This commit is contained in:
BethanyG
2021-08-25 19:05:39 -07:00
committed by BethanyG
parent 3adf19b382
commit 155b51b259

View File

@@ -71,7 +71,7 @@ def copy_solution_files(exercise: ExerciseInfo, workdir: Path, exercise_config:
helper_files = [exercise.path / helper for helper in helper_files]
for helper_file in helper_files:
dist = wordir / helper_file.relative_to(exercise.path)
dist = workdir / helper_file.relative_to(exercise.path)
copy_file(helper_file, dist)