From d85c5060880b0df2becebee4008f1be3cc65bb7a Mon Sep 17 00:00:00 2001 From: Jonathan Martens Date: Fri, 22 Nov 2024 07:53:07 +0100 Subject: [PATCH] docs(docker): fix typo in comment --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9342b90a28..27da0336cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN echo '[safe]\n\tdirectory = *' > /etc/gitconfig COPY --from=builder /app/target/release/git-cliff /usr/local/bin WORKDIR app -# Even if the repository as marked as safe, GitHub Actions and some other +# Even if the repository is marked as safe, GitHub Actions and some other # environments insist on running the entrypoint as root inside the container # even when being run by a non privileged user on their own files. Here we # check the ownership of the workdir (which may or may not be /app) and change