From 7d6f70cee5e644f2b1ff1ce1b664234741451cfe Mon Sep 17 00:00:00 2001 From: Michael Balsillie Date: Thu, 2 Jul 2026 14:15:50 -0400 Subject: [PATCH] Comments --- aurutils/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aurutils/Containerfile b/aurutils/Containerfile index dd1d99a..da0d795 100644 --- a/aurutils/Containerfile +++ b/aurutils/Containerfile @@ -46,7 +46,7 @@ USER aur # Git clone the aur-utils repo # Checkout the latest release, fetching latest release version from github API via curl -# 2026-07-02 switch source from github to AUR +# 2026-07-02 switch source from GitHub to AUR # RUN git clone https://github.com/aurutils/aurutils.git /aur/aurutils && \ RUN git clone https://aur.archlinux.org/aurutils.git /aur/aurutils # cd /aur/aurutils && \