Browse Source

Fix bug

content-update
4 years ago committed by xpetit
parent
commit
0b4ed286c2
  1. 2
      go/tests/entrypoint.sh

2
go/tests/entrypoint.sh

@ -6,7 +6,7 @@ set -o nounset
IFS=' IFS='
' '
mkdir src/student mkdir -p src/student
cd src/student cd src/student
if test "$REPOSITORY"; then if test "$REPOSITORY"; then

Loading…
Cancel
Save