From 0b4ed286c2a66e40dc1acadbe8c07085605c7aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=81=A3?= <⁣> Date: Sun, 17 May 2020 11:44:57 +0200 Subject: [PATCH] Fix bug --- go/tests/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/tests/entrypoint.sh b/go/tests/entrypoint.sh index e1c093e1..4ce5bad2 100644 --- a/go/tests/entrypoint.sh +++ b/go/tests/entrypoint.sh @@ -6,7 +6,7 @@ set -o nounset IFS=' ' -mkdir src/student +mkdir -p src/student cd src/student if test "$REPOSITORY"; then