Skip to content

Commit dbda091

Browse files
authored
docs(docker): fix typo in comment (#959)
1 parent 36ad993 commit dbda091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN echo '[safe]\n\tdirectory = *' > /etc/gitconfig
2525
COPY --from=builder /app/target/release/git-cliff /usr/local/bin
2626
WORKDIR app
2727

28-
# Even if the repository as marked as safe, GitHub Actions and some other
28+
# Even if the repository is marked as safe, GitHub Actions and some other
2929
# environments insist on running the entrypoint as root inside the container
3030
# even when being run by a non privileged user on their own files. Here we
3131
# check the ownership of the workdir (which may or may not be /app) and change

0 commit comments

Comments
 (0)