From 6fa0e9737327fa938633728bc22e6032066c42f4 Mon Sep 17 00:00:00 2001 From: Alexander Chernov Date: Sat, 9 May 2020 20:48:51 +0100 Subject: [PATCH] chore: typo in healthcheck message. --- scripts/healthcheck.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/healthcheck.sh b/scripts/healthcheck.sh index bef1597c9..98f06951f 100755 --- a/scripts/healthcheck.sh +++ b/scripts/healthcheck.sh @@ -5,7 +5,7 @@ HOST=${HEALTH_CHECK_HOST} if [[ -z "$HOST" ]] then - echo "Host not set! Set env 'HEATH_CHECK_HOST'. For now, using default google.com" + echo "Host not set! Set env 'HEALTH_CHECK_HOST'. For now, using default google.com" HOST="google.com" fi @@ -18,4 +18,4 @@ then fi echo "Network is up" -exit 0 \ No newline at end of file +exit 0