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