mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Lint
This commit is contained in:
parent
89d5eb6492
commit
a8506f623a
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
set -e
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
CERTBOT_DIR="$(dirname $(dirname "${DIR}"))"
|
||||
CERTBOT_DIR="$(dirname "$(dirname "${DIR}")")"
|
||||
|
||||
for PLUGIN_PATH in "${CERTBOT_DIR}"/certbot-dns-*; do
|
||||
PLUGIN=$(basename "${PLUGIN_PATH}")
|
||||
|
|
|
|||
Loading…
Reference in a new issue