update hashin comment

This commit is contained in:
Brad Warren 2017-05-08 12:14:42 -07:00
parent d93e4edd34
commit b92edb9f03
2 changed files with 2 additions and 2 deletions

View file

@ -694,7 +694,7 @@ if [ "$1" = "--le-auto-phase2" ]; then
# Hashin example:
# pip install hashin
# hashin -r letsencrypt-auto-requirements.txt cryptography==1.5.2
# hashin -r dependency-requirements.txt cryptography==1.5.2
# sets the new certbot-auto pinned version of cryptography to 1.5.2
argparse==1.4.0 \

View file

@ -5,7 +5,7 @@
# Hashin example:
# pip install hashin
# hashin -r letsencrypt-auto-requirements.txt cryptography==1.5.2
# hashin -r dependency-requirements.txt cryptography==1.5.2
# sets the new certbot-auto pinned version of cryptography to 1.5.2
argparse==1.4.0 \