fix: do not update next channel all the time

This commit is contained in:
Andras Bacsai
2023-07-03 21:52:28 +02:00
parent 63accc552a
commit cb0939acf3
2 changed files with 12 additions and 13 deletions

View File

@@ -26,7 +26,6 @@ class UpdateCoolify
ray('latest version:' . $this->latest_version . " current version: " . $this->current_version . ' force: ' . $force);
if ($settings->next_channel) {
ray('next channel enabled');
$force = true;
$this->latest_version = 'next';
}
if ($force) {