aboutsummaryrefslogtreecommitdiffstats
path: root/script-updates
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-02-05 17:09:30 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-02-05 17:09:30 +0100
commit38b23ddc10e414ece7e59f54d24bda5b4674b6f1 (patch)
treea03e68fca36b4665e0d46b055ab47f8d95344504 /script-updates
parentb5f4c2c87eb0c59570811b3accc2dedf0147d61f (diff)
script-updates: prefix variable name with dollar
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 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.");