Skip to content

Commit 9b2034e

Browse files
committed
Fix Codespell violation
1 parent 5aa5d9d commit 9b2034e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

roles/custom/matrix-appservice-draupnir-for-all/tasks/setup_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# Using docker_image_build with BuildKit for modern, efficient builds.
5151
# Rebuild when the git checkout advanced to a new commit; otherwise keep the build idempotent.
5252
# Technically the idempotency of rebuilds is more that if a build has already been executed for that name:tag
53-
# then we wont rebuild while in idempotent mode even if git moved. Thats what the force rebuild logic is for.
53+
# then we won't rebuild while in idempotent mode even if git moved. That's what the force rebuild logic is for.
5454
community.docker.docker_image_build:
5555
name: "{{ matrix_appservice_draupnir_for_all_container_image }}"
5656
dockerfile: Dockerfile

roles/custom/matrix-bot-draupnir/tasks/setup_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# Using docker_image_build with BuildKit for modern, efficient builds.
6363
# Rebuild when the git checkout advanced to a new commit; otherwise keep the build idempotent.
6464
# Technically the idempotency of rebuilds is more that if a build has already been executed for that name:tag
65-
# then we wont rebuild while in idempotent mode even if git moved. Thats what the force rebuild logic is for.
65+
# then we won't rebuild while in idempotent mode even if git moved. That's what the force rebuild logic is for.
6666
community.docker.docker_image_build:
6767
name: "{{ matrix_bot_draupnir_container_image }}"
6868
dockerfile: Dockerfile

0 commit comments

Comments
 (0)