From 9e950e731806ef8cfad99d3c1a4428e4c41654f6 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 19 Oct 2020 17:22:57 +0200 Subject: [PATCH] Fix typo --- entrypoint.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index a3535a2..bdcfad1 100755 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -56,7 +56,7 @@ install_extensions() { fi if [ -n "$OPENID_ENABLED" ]; then - if [ ! -d /var/www/html/extensions/OpenIDConnect]; then + if [ ! -d /var/www/html/extensions/OpenIDConnect ]; then git clone --depth 1 -b REL1_35 \ https://gerrit.wikimedia.org/r/mediawiki/extensions/OpenIDConnect \ /var/www/html/extensions/OpenIDConnect