diff options
Diffstat (limited to 'script-updates')
-rw-r--r-- | script-updates | 2 |
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."); |