Rename misc files

This commit is contained in:
Brad Warren
2016-04-14 10:20:23 -07:00
parent 214343ed6a
commit ae6f1c62f1
19 changed files with 82 additions and 81 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/sh -xe
# Developer Python3 virtualenv setup for Let's Encrypt
# Developer Python3 virtualenv setup for Certbot
export VENV_NAME="${VENV_NAME:-venv3}"
export VENV_ARGS="--python python3"