From 4f2fcdc4f3632e76033e8a5e435e190895603961 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Wed, 17 Mar 2021 15:39:17 -0700 Subject: [PATCH] Fix comment with instructions for how to use hashin --- tools/rebuild_certbot_constraints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rebuild_certbot_constraints.py b/tools/rebuild_certbot_constraints.py index f29cfef4d..14479d8ec 100755 --- a/tools/rebuild_certbot_constraints.py +++ b/tools/rebuild_certbot_constraints.py @@ -211,7 +211,7 @@ def _write_requirements(dest_file, requirements, conflicts): # If you want to update a single dependency, run commands similar to these: # ``` # pip install hashin -# hashin -r dependency-requirements.txt cryptography==1.5.2 +# hashin -r tools/certbot_constraints.txt cryptography==1.5.2 # ``` ''')