From ee901f33526ed9635f159430eacca7ef7824b8af Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 16 Aug 2022 11:29:39 +0300 Subject: use apt-get instead of apt Sponsored-by: author --- ci-prod.ick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-prod.ick b/ci-prod.ick index 328afb3..787ae90 100644 --- a/ci-prod.ick +++ b/ci-prod.ick @@ -1144,7 +1144,7 @@ pipelines: - where: container shell: | # Install Subplot. - apt install -y pandoc-filter-diagram + apt-get install -y pandoc-filter-diagram # "Install" the Pandoc plugin so ikiwiki can find it mkdir -p ikiwiki/IkiWiki/Plugin -- cgit v1.2.1