From 9affc8a09d632d37b3570dcac27b991d640086c5 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 17 Dec 2024 12:29:37 +0000 Subject: [PATCH] tools: Fix a cross-reference to Mesa's master branch Mesa has renamed its default branch to main. Signed-off-by: Simon McVittie --- tools/docker/windows/container.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/windows/container.ps1 b/tools/docker/windows/container.ps1 index d5de9ffc..dc2d53cf 100644 --- a/tools/docker/windows/container.ps1 +++ b/tools/docker/windows/container.ps1 @@ -1,6 +1,6 @@ # Copied from mesa, big kudos # -# https://gitlab.freedesktop.org/mesa/mesa/-/blob/master/.gitlab-ci/windows/mesa_container.ps1 +# https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/.gitlab-ci/windows/mesa_container.ps1 # https://gitlab.freedesktop.org/mesa/mesa/-/blob/34e3e164936d1d3cef267da7780e87f062fedf39/.gitlab-ci/windows/mesa_container.ps1 # Implements the equivalent of ci-templates container-ifnot-exists, using