From 21b320ef42638f08df54bbcee0aa094cc35f6662 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 8 Sep 2020 12:54:00 -0700 Subject: [PATCH] Add TODO to certbot.wrapper. (#8270) I'm adding this comment as part of the resolution of #8251. I think rewriting the script in Python is something we really should only worry about if we're working on the script in the future. Because of this, I personally prefer a code comment rather than an issue here. --- certbot.wrapper | 3 +++ 1 file changed, 3 insertions(+) diff --git a/certbot.wrapper b/certbot.wrapper index 4f1143a2e..f7db16447 100755 --- a/certbot.wrapper +++ b/certbot.wrapper @@ -1,4 +1,7 @@ #!/bin/sh +# +# TODO: We may want to consider rewriting this script in Python. See +# https://github.com/certbot/certbot/issues/8251 for more info. set -e # This code is based on snapcraft's own patch to work around this problem at