From db01871bdd8d8e88832c13965e988dbef8740b4d Mon Sep 17 00:00:00 2001
From: John Wesley Walker III <81404201+jww3@users.noreply.github.com>
Date: Thu, 22 Feb 2024 10:50:32 +0100
Subject: [PATCH] nit accepted:  Remove double space

Co-authored-by: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com>
---
 images/test-ubuntu-git.Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/images/test-ubuntu-git.Dockerfile b/images/test-ubuntu-git.Dockerfile
index d0c7a66..8b464c3 100644
--- a/images/test-ubuntu-git.Dockerfile
+++ b/images/test-ubuntu-git.Dockerfile
@@ -7,6 +7,6 @@ RUN apt update
 RUN apt install -y git
 
 LABEL org.opencontainers.image.title="Ubuntu + git (validation image)"
-LABEL org.opencontainers.image.description="Ubuntu image with git pre-installed.  Intended primarily for testing `actions/checkout` during CI/CD workflows."
+LABEL org.opencontainers.image.description="Ubuntu image with git pre-installed. Intended primarily for testing `actions/checkout` during CI/CD workflows."
 LABEL org.opencontainers.image.documentation="https://github.com/actions/checkout/tree/main/images/test-ubuntu-git.md"
 LABEL org.opencontainers.image.licenses=MIT