Skip to content

Commit

Permalink
Update src/main/webapp/app/exercises/programming/manage/code-editor/c…
Browse files Browse the repository at this point in the history
…ode-editor-instructor-base-container.component.ts

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
SimonEntholzer and coderabbitai[bot] authored Oct 24, 2024
1 parent a18bae2 commit 42ad8a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ export abstract class CodeEditorInstructorBaseContainerComponent implements OnIn
}

/**
* Select the test repository and navigate to it
* Select the auxiliary repository and navigate to it
*/
selectAuxiliaryRepository(repositoryId: number) {
this.router.navigate([this.up(), 'auxiliary', repositoryId], { relativeTo: this.route });
Expand Down

0 comments on commit 42ad8a3

Please sign in to comment.