From 010e68789e6fd4ffd6720126db7aa5c0c9aa30e3 Mon Sep 17 00:00:00 2001 From: Matus Murin Date: Wed, 14 Apr 2021 14:52:04 +0000 Subject: [PATCH] Add missing bracket in 4402 --- include/tests_nameservices | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_nameservices b/include/tests_nameservices index aadc0a91..8c483d08 100644 --- a/include/tests_nameservices +++ b/include/tests_nameservices @@ -578,7 +578,7 @@ else LogText "Found duplicate line: ${OUTPUT}" LogText "Result: found duplicate line" - Display --indent 4 --text "- Duplicate entries in hosts file" --result "$STATUS_FOUND}" --color YELLOW + Display --indent 4 --text "- Duplicate entries in hosts file" --result "${STATUS_FOUND}" --color YELLOW ReportSuggestion "${TEST_NO}" "Remove duplicate lines in ${ROOTDIR}etc/hosts" fi fi