From e987dff2f0e9df801d91d370873bb4206672fdc9 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Tue, 21 Jul 2020 21:00:10 +0200 Subject: [PATCH] Update .azure-pipelines/templates/jobs/packaging-jobs.yml Co-authored-by: Brad Warren --- .azure-pipelines/templates/jobs/packaging-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml index 1e7a578fc..224e7fce7 100644 --- a/.azure-pipelines/templates/jobs/packaging-jobs.yml +++ b/.azure-pipelines/templates/jobs/packaging-jobs.yml @@ -112,7 +112,7 @@ jobs: inputs: artifact: snaps path: $(Build.SourcesDirectory)/snap - displayName: Retrieve Certbot snap + displayName: Retrieve Certbot snaps - script: | sudo snap install --dangerous --classic snap/certbot_*_amd64.snap displayName: Install Certbot snap