mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
remove unused STRIP_HASHES var
This commit is contained in:
parent
f67ac14775
commit
b3a0845286
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ WORK_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
|||
REPO_ROOT="$(dirname "$(dirname "${WORK_DIR}")")"
|
||||
RELATIVE_SCRIPT_PATH="$(realpath --relative-to "$REPO_ROOT" "$WORK_DIR")/$(basename "${BASH_SOURCE[0]}")"
|
||||
REQUIREMENTS_FILE="$REPO_ROOT/tools/requirements.txt"
|
||||
STRIP_HASHES="${REPO_ROOT}/tools/strip_hashes.py"
|
||||
|
||||
if ! command -v poetry >/dev/null; then
|
||||
echo "Please install poetry."
|
||||
|
|
|
|||
Loading…
Reference in a new issue