From 4a608e155c5af6752b822b8de1fb59af90c816d3 Mon Sep 17 00:00:00 2001 From: nervuri Date: Thu, 17 Feb 2022 19:55:15 +0000 Subject: [PATCH] fix typo --- get-hosts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-hosts.sh b/get-hosts.sh index 0767bf7..b8c49a9 100755 --- a/get-hosts.sh +++ b/get-hosts.sh @@ -90,7 +90,7 @@ for removed_host in $(diff hosts "$tempfile" | grep ^\< | cut -c 3-); do hosts="$hosts $removed_host" else - echo " - offilne" + echo " - offline" fi done