From 90dba34eccf3ce45ad571ffec3232b8d4dd914ae Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 24 Aug 2023 21:04:17 +0200 Subject: [PATCH] fix --- app/Actions/Server/UpdateCoolify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Actions/Server/UpdateCoolify.php b/app/Actions/Server/UpdateCoolify.php index f1d0c44fd..35b51f762 100644 --- a/app/Actions/Server/UpdateCoolify.php +++ b/app/Actions/Server/UpdateCoolify.php @@ -39,7 +39,7 @@ class UpdateCoolify } $this->update(); } - send_internal_notification('InstanceAutoUpdateJob done on: ' . $this->server->ip . "(fqdn:{$this->server->fqdn})" . ' to version: ' . $this->latest_version . ' from version: ' . $this->current_version); + send_internal_notification('InstanceAutoUpdateJob done to version: ' . $this->latest_version . ' from version: ' . $this->current_version); } catch (\Exception $th) { ray('InstanceAutoUpdateJob failed'); ray($th->getMessage());