From 6704aa6330fa2d671ea936da1f8bf6fce3d13b6d Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Sat, 28 May 2022 16:42:43 +0200 Subject: [PATCH] Update self-update.php --- config/self-update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/self-update.php b/config/self-update.php index e3cb229..8fea707 100644 --- a/config/self-update.php +++ b/config/self-update.php @@ -2,7 +2,7 @@ declare(strict_types=1); -if (env('JOIN_BETA') === true) { +if (env('JOIN_BETA') == true) { $Vgit = file_get_contents("https://julianprieber.github.io/littlelink-custom/version.json"); } else { $Vgit = '0';