From 68477e9047dbcdd86a93800b7792d46d4347f4de Mon Sep 17 00:00:00 2001 From: Andreas Perhab Date: Tue, 28 Jun 2022 11:02:43 +0200 Subject: [PATCH] fix: typo in changedetector ready message (#2663) --- target/scripts/check-for-changes.sh | 2 +- test/mail_ssl_letsencrypt.bats | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/scripts/check-for-changes.sh b/target/scripts/check-for-changes.sh index d86f44dd..162ce720 100755 --- a/target/scripts/check-for-changes.sh +++ b/target/scripts/check-for-changes.sh @@ -32,7 +32,7 @@ _log_with_date 'trace' "Using postmaster address '${POSTMASTER_ADDRESS}'" # Change detection delayed during startup to avoid conflicting writes sleep 10 -_log_with_date 'debug' "Chagedetector is ready" +_log_with_date 'debug' "Changedetector is ready" function _check_for_changes { diff --git a/test/mail_ssl_letsencrypt.bats b/test/mail_ssl_letsencrypt.bats index 0f509192..06053de5 100644 --- a/test/mail_ssl_letsencrypt.bats +++ b/test/mail_ssl_letsencrypt.bats @@ -117,7 +117,7 @@ function teardown() { wait_for_service "${TEST_NAME}" 'changedetector' # Wait until the changedetector service startup delay is over: - repeat_until_success_or_timeout 20 sh -c "$(_get_service_logs 'changedetector') | grep 'Chagedetector is ready'" + repeat_until_success_or_timeout 20 sh -c "$(_get_service_logs 'changedetector') | grep 'Changedetector is ready'" } # Test `acme.json` extraction works at container startup: