Skip to content

Commit 841ad56

Browse files
authored
Update docker-entrypoint.sh
1 parent 47f32cc commit 841ad56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-config/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fi
5757
if [ ! -d "$APP_ROOT/libraries/webwork-open-problem-library/OpenProblemLibrary" ]; then
5858
echo "Cloning the OPL - This takes time - please be patient."
5959
cd $APP_ROOT/libraries/
60-
/usr/bin/git clone -v --progress --single-branch --branch master https://github.com/openwebwork/webwork-open-problem-library.git
60+
/usr/bin/git clone -v --progress --single-branch --branch main https://github.com/openwebwork/webwork-open-problem-library.git
6161

6262
# The next line forces the system to run OPL-update or load saved OPL tables below, as we just installed it
6363
touch "$APP_ROOT/libraries/Restore_or_build_OPL_tables"

0 commit comments

Comments
 (0)