Remove duplicate word from comment.
This commit is contained in:
parent
6bcbc9ced4
commit
afe8fcdc4d
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ func testSubmission(studentRepo, privateRepo, problem string) {
|
||||||
// Path to private problem folder.
|
// Path to private problem folder.
|
||||||
privateProblem := path.Join(privateRepo, problem)
|
privateProblem := path.Join(privateRepo, problem)
|
||||||
|
|
||||||
// Copy submission files to temp temp dir.
|
// Copy submission files to temp dir.
|
||||||
log.Printf("copying student solution")
|
log.Printf("copying student solution")
|
||||||
copyContents(studentProblem, tmpDir)
|
copyContents(studentProblem, tmpDir)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue