From c0b7925cdf8b689f3cdf544d9195dfc2d0937e31 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 15 Dec 2021 07:28:17 -0500 Subject: [PATCH] Fix typo. --- .github/workflows/coverity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index d958d9c..c199726 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -13,7 +13,7 @@ jobs: - name: install prerequisites run: sudo apt-get install -y zlib1g-dev - name: Download current Entrust root cert chain... - run: wget -q https://abnf.msweet.org/entrust.epm -O entrust.pem + run: wget -q https://abnf.msweet.org/entrust.pem -O entrust.pem - name: Download Coverity Build Tool run: | wget -q --ca-certificate=entrust.pem https://scan.coverity.com/download/linux64 --post-data token="$TOKEN&project=$GITHUB_REPOSITORY" -O cov-analysis-linux64.tar.gz