diff --git a/doc/General/Updating.md b/doc/General/Updating.md index 444b44e335..1f01984325 100644 --- a/doc/General/Updating.md +++ b/doc/General/Updating.md @@ -12,7 +12,7 @@ structure if updates are available. LibreNMS follows the master branch on github for daily updates. You can change to the monthly releases by setting: - $config['update_channel'] == 'release'; + $config['update_channel'] = 'release'; ## Disabling automatic updates ## LibreNMS by default performs updates on a daily basis. This can be disabled @@ -20,4 +20,4 @@ by ensuring: $config['update'] = 0; -is no longer commented out. \ No newline at end of file +is no longer commented out.