From 4873c955556ce6a1d2d25a0a0031ec2531c010d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Mon, 8 Jun 2026 11:05:06 +0200 Subject: [PATCH] rootless: Correct verification comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- rootless-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootless-install.sh b/rootless-install.sh index 64b92582..e48984d6 100755 --- a/rootless-install.sh +++ b/rootless-install.sh @@ -10,7 +10,7 @@ set -e # $ sh get-docker.sh # # NOTE: Make sure to verify the contents of the script -# you downloaded matches the contents of install.sh +# you downloaded matches the contents of rootless-install.sh # located at https://github.com/docker/docker-install # before executing. #