From 04460debfc11dbb88c9a86c56a76053edf9fe71f Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 31 Mar 2020 12:51:37 +0200 Subject: script-updates: fix syntax error --- script-updates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script-updates') diff --git a/script-updates b/script-updates index 7604cb4..1da4987 100644 --- a/script-updates +++ b/script-updates @@ -3,4 +3,4 @@ :global LogPrintExit; -$LogPrintExit warning "This script has been replaced by function '\$ScriptInstallUpdate'." true; +$LogPrintExit warning ("This script has been replaced by function '\$ScriptInstallUpdate'.") true; -- cgit v1.2.3-54-g00ecf