From 38b23ddc10e414ece7e59f54d24bda5b4674b6f1 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 5 Feb 2020 17:09:30 +0100 Subject: script-updates: prefix variable name with dollar --- script-updates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script-updates') diff --git a/script-updates b/script-updates index 10a67b6..759c5e0 100644 --- a/script-updates +++ b/script-updates @@ -90,7 +90,7 @@ } :local NotificationMessage ("Current configuration on " . $Identity . \ " is out of date. Please update " . $ConfigScript . ", then increase " . \ - "variable GlobalConfigVersion (currently " . $GlobalConfigVersion . \ + "\$GlobalConfigVersion (currently " . $GlobalConfigVersion . \ ") to " . $ExpectedConfigVersion . " and re-run " . $ConfigScript . "."); :log debug ("Fetching changelog."); -- cgit v1.2.3-54-g00ecf