From 4fc3ada42e8a9ced1262b391bf3f7d339838c913 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 4 Jul 2023 13:41:18 +0200 Subject: [PATCH] fix: do not force next version updates --- app/Actions/Server/UpdateCoolify.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Actions/Server/UpdateCoolify.php b/app/Actions/Server/UpdateCoolify.php index 047a06e81..71231cd36 100644 --- a/app/Actions/Server/UpdateCoolify.php +++ b/app/Actions/Server/UpdateCoolify.php @@ -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) {