mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
File _venv_common.py uses single quotes to ask pip to install setuptools>=30.3. Using single quotes to enclose a string is not supported on Windows shell (Batch). This PR replaces theses single quotes by double quotes supported both on Windows and Linux.