From afe8fcdc4df0fcaa0a13627eccd412a08dfa49b4 Mon Sep 17 00:00:00 2001 From: verytable Date: Fri, 31 Jan 2020 23:13:31 +0300 Subject: [PATCH] Remove duplicate word from comment. --- tools/testtool/commands/test_submission.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testtool/commands/test_submission.go b/tools/testtool/commands/test_submission.go index bbd99ed..d400b67 100644 --- a/tools/testtool/commands/test_submission.go +++ b/tools/testtool/commands/test_submission.go @@ -94,7 +94,7 @@ func testSubmission(studentRepo, privateRepo, problem string) { // Path to private problem folder. privateProblem := path.Join(privateRepo, problem) - // Copy submission files to temp temp dir. + // Copy submission files to temp dir. log.Printf("copying student solution") copyContents(studentProblem, tmpDir)