From c87326bed1387899004305342a9ad24b4c5ac2ca Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Wed, 1 Jul 2020 20:31:53 -0700 Subject: [PATCH] try other syntax --- certbot-dns-dnsimple/snap/snapcraft.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/certbot-dns-dnsimple/snap/snapcraft.yaml b/certbot-dns-dnsimple/snap/snapcraft.yaml index 33f9722cc..2900bd70a 100644 --- a/certbot-dns-dnsimple/snap/snapcraft.yaml +++ b/certbot-dns-dnsimple/snap/snapcraft.yaml @@ -36,4 +36,8 @@ plugs: hooks: post-refresh: - plugs: [content] + plugs: + - certbot-version: + interface: content + content: version-1 + target: $SNAP/certbot-exec \ No newline at end of file