fix: do not force next version updates
This commit is contained in:
parent
67eaf8c70d
commit
4fc3ada42e
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user