diff --git a/Dockerfiles/mods/Dockerfile-8.0 b/Dockerfiles/mods/Dockerfile-8.0 index 51798a1..401edec 100644 --- a/Dockerfiles/mods/Dockerfile-8.0 +++ b/Dockerfiles/mods/Dockerfile-8.0 @@ -435,7 +435,7 @@ RUN set -eux \ RUN set -eux \ # Installation: Version specific # Type: GIT extension - && git clone ttps://github.com/xdebug/xdebug /tmp/xdebug \ + && git clone https://github.com/xdebug/xdebug /tmp/xdebug \ && cd /tmp/xdebug \ # Custom: Branch && git checkout $(git for-each-ref --format='%(refname)' refs/tags | grep -E 'tags/[.0-9]+$' | sed 's|.*tags/||g' | sort -V | tail -1) \ diff --git a/build/ansible/group_vars/all/mods.yml b/build/ansible/group_vars/all/mods.yml index 6bf1463..46ec04e 100644 --- a/build/ansible/group_vars/all/mods.yml +++ b/build/ansible/group_vars/all/mods.yml @@ -1158,7 +1158,7 @@ extensions_available: version: 2.9.8 8.0: type: git - git_url: ttps://github.com/xdebug/xdebug + git_url: https://github.com/xdebug/xdebug git_ref: $(git for-each-ref --format='%(refname)' refs/tags | grep -E 'tags/[.0-9]+$' | sed 's|.*tags/||g' | sort -V | tail -1) configure: --enable-xdebug 8.1: