Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2020-05-07 00:28:15 +0300
committerGitHub <noreply@github.com>2020-05-07 00:28:15 +0300
commit71e3d82e47696daa24c5f07bd2cb8c553b40babd (patch)
treeee29ba099d48fd09c3bdb6bd279f69ad4e63cc6f /snap
parentbb6a660b21d94dc4818bdbff7379b3c9cf30c232 (diff)
Remove passthrough because its no longer needed (#7956)
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 2e4f68c00..3b5d98f2d 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -32,9 +32,8 @@ apps:
PATH: "$SNAP/bin:$SNAP/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
AUGEAS_LENS_LIB: $SNAP/usr/share/augeas/lenses/dist
LD_LIBRARY_PATH: "$SNAP/usr/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH"
- passthrough:
- # Run approximately twice a day with randomization
- timer: 00:00~24:00/2
+ # Run approximately twice a day with randomization
+ timer: 00:00~24:00/2
parts:
python-augeas: