Skip to content

Commit 52546e7

Browse files
authored
Merge pull request #70 from vaerksted/master
fix typo
2 parents 3fd71ef + dfd98a1 commit 52546e7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

8.10/buster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ RUN set -eux; \
9292
GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; \
9393
gpg --batch --keyserver keyserver.ubuntu.com --receive-keys "$CABAL_INSTALL_RELEASE_KEY"; \
9494
gpg --batch --verify SHA256SUMS.sig SHA256SUMS; \
95-
# confirm we are verying SHA256SUMS that matches the release + sha256
95+
# confirm we are verifying SHA256SUMS that matches the release + sha256
9696
grep "$CABAL_INSTALL_SHA256 $CABAL_INSTALL_TAR" SHA256SUMS; \
9797
gpgconf --kill all; \
9898
\

8.10/slim-buster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RUN set -eux; \
9090
GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; \
9191
gpg --batch --keyserver keyserver.ubuntu.com --receive-keys "$CABAL_INSTALL_RELEASE_KEY"; \
9292
gpg --batch --verify SHA256SUMS.sig SHA256SUMS; \
93-
# confirm we are verying SHA256SUMS that matches the release + sha256
93+
# confirm we are verifying SHA256SUMS that matches the release + sha256
9494
grep "$CABAL_INSTALL_SHA256 $CABAL_INSTALL_TAR" SHA256SUMS; \
9595
gpgconf --kill all; \
9696
\

9.0/buster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ RUN set -eux; \
9292
GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; \
9393
gpg --batch --keyserver keyserver.ubuntu.com --receive-keys "$CABAL_INSTALL_RELEASE_KEY"; \
9494
gpg --batch --verify SHA256SUMS.sig SHA256SUMS; \
95-
# confirm we are verying SHA256SUMS that matches the release + sha256
95+
# confirm we are verifying SHA256SUMS that matches the release + sha256
9696
grep "$CABAL_INSTALL_SHA256 $CABAL_INSTALL_TAR" SHA256SUMS; \
9797
gpgconf --kill all; \
9898
\

9.0/slim-buster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RUN set -eux; \
9090
GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; \
9191
gpg --batch --keyserver keyserver.ubuntu.com --receive-keys "$CABAL_INSTALL_RELEASE_KEY"; \
9292
gpg --batch --verify SHA256SUMS.sig SHA256SUMS; \
93-
# confirm we are verying SHA256SUMS that matches the release + sha256
93+
# confirm we are verifying SHA256SUMS that matches the release + sha256
9494
grep "$CABAL_INSTALL_SHA256 $CABAL_INSTALL_TAR" SHA256SUMS; \
9595
gpgconf --kill all; \
9696
\

9.2/buster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ RUN set -eux; \
9292
GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; \
9393
gpg --batch --keyserver keyserver.ubuntu.com --receive-keys "$CABAL_INSTALL_RELEASE_KEY"; \
9494
gpg --batch --verify SHA256SUMS.sig SHA256SUMS; \
95-
# confirm we are verying SHA256SUMS that matches the release + sha256
95+
# confirm we are verifying SHA256SUMS that matches the release + sha256
9696
grep "$CABAL_INSTALL_SHA256 $CABAL_INSTALL_TAR" SHA256SUMS; \
9797
gpgconf --kill all; \
9898
\

9.2/slim-buster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RUN set -eux; \
9090
GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; \
9191
gpg --batch --keyserver keyserver.ubuntu.com --receive-keys "$CABAL_INSTALL_RELEASE_KEY"; \
9292
gpg --batch --verify SHA256SUMS.sig SHA256SUMS; \
93-
# confirm we are verying SHA256SUMS that matches the release + sha256
93+
# confirm we are verifying SHA256SUMS that matches the release + sha256
9494
grep "$CABAL_INSTALL_SHA256 $CABAL_INSTALL_TAR" SHA256SUMS; \
9595
gpgconf --kill all; \
9696
\

0 commit comments

Comments
 (0)