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/tools
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2016-10-06 04:16:03 +0300
committerPeter Eckersley <pde@users.noreply.github.com>2016-10-06 04:16:03 +0300
commit0b792e46b7a1984aaa71c1641c131a9bde967aec (patch)
tree8adbb751684cff027e7d4bbaa2f036e1e4687559 /tools
parentdcb3fb7382e6b1fdb8982ade399c5621d29ad32e (diff)
fix requirements.txt surgery in response to shipping certbot-nginx (#3585)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/release.sh b/tools/release.sh
index 7747b0e2b..f5c78da27 100755
--- a/tools/release.sh
+++ b/tools/release.sh
@@ -176,7 +176,7 @@ if ! wc -l /tmp/hashes.$$ | grep -qE "^\s*12 " ; then
fi
# perform hideous surgery on requirements.txt...
-head -n -9 letsencrypt-auto-source/pieces/letsencrypt-auto-requirements.txt > /tmp/req.$$
+head -n -12 letsencrypt-auto-source/pieces/letsencrypt-auto-requirements.txt > /tmp/req.$$
cat /tmp/hashes.$$ >> /tmp/req.$$
cp /tmp/req.$$ letsencrypt-auto-source/pieces/letsencrypt-auto-requirements.txt