From 09f29a5e64d4eb0fbbec2a0a503fa173a973b898 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Wed, 18 Dec 2019 12:17:46 +0100 Subject: Code style improvement: quote argument --- plugins/custom_plugin.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/custom_plugin.template b/plugins/custom_plugin.template index 17dada3a..3841ce00 100644 --- a/plugins/custom_plugin.template +++ b/plugins/custom_plugin.template @@ -72,7 +72,7 @@ Display --indent 2 --text "- Checking if everything is OK..." --result OK --color GREEN else Display --indent 2 --text "- Checking if everything is OK..." --result WARNING --color RED - ReportSuggestion ${TEST_NO} "This is a suggestion" + ReportSuggestion "${TEST_NO}" "This is a suggestion" fi fi # -- cgit v1.2.3