aboutsummaryrefslogtreecommitdiffstats
path: root/script-updates
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-03-31 12:51:37 +0200
committerGravatar Christian Hesse <mail@eworm.de>2020-03-31 12:51:37 +0200
commit04460debfc11dbb88c9a86c56a76053edf9fe71f (patch)
tree83bed94e852024eb72bea35876df3cc87f337264 /script-updates
parent4d0b3b078020845dab4a79452988874d269c7432 (diff)
script-updates: fix syntax error
Diffstat (limited to 'script-updates')
-rw-r--r--script-updates2
1 files changed, 1 insertions, 1 deletions
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;