Skip to content

Commit c30b97d

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

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
@@ -10,7 +10,7 @@
1010

1111
if ($Vgit > $Vlocal) {
1212
$userver = 'https://update.littlelink-custom.com/';
13-
} elseif (env('JOIN_BETA') === true) {
13+
} elseif (env('JOIN_BETA') == true) {
1414
$userver = 'https://update.littlelink-custom.com/beta/';
1515
} else {
1616
$userver = 'https://update.littlelink-custom.com/';

0 commit comments

Comments
 (0)