Skip to content

Commit

Permalink
Merge pull request #114 from dtantsur/tls-test
Browse files Browse the repository at this point in the history
🌱 Trivial: shell syntax in test/prepare.sh
  • Loading branch information
metal3-io-bot authored Jan 17, 2025
2 parents 095f60b + 3c5e8d7 commit a39d82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LOGDIR="${LOGDIR:-/tmp/logs}"
CONTAINER_RUNTIME="${CONTAINER_RUNTIME:-}"
CERT_MANAGER_VERSION="${CERT_MANAGER_VERSION:-1.16.1}"

. "$(dirname $0)/testing.env"
. "$(dirname "$0")/testing.env"

mkdir -p "${LOGDIR}"

Expand Down

0 comments on commit a39d82b

Please sign in to comment.