Skip to content

Commit 6704aa6

Browse files
committed
Update self-update.php
1 parent 93e54e4 commit 6704aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/self-update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
if (env('JOIN_BETA') === true) {
5+
if (env('JOIN_BETA') == true) {
66
$Vgit = file_get_contents("https://julianprieber.github.io/littlelink-custom/version.json");
77
} else {
88
$Vgit = '0';

0 commit comments

Comments
 (0)