script-updates: prefix variable name with dollar

This commit is contained in:
Christian Hesse 2020-02-05 17:09:30 +01:00
parent b5f4c2c87e
commit 38b23ddc10

View file

@ -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.");