Skip to content

Commit 1dba420

Browse files
committed
Update self-update.php
1 parent a6d6a21 commit 1dba420

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
@@ -73,7 +73,7 @@
7373
],
7474
'http' => [
7575
'type' => 'http',
76-
'repository_url' => env('SELF_UPDATER_REPO_URL', 'https://update.littlelink-custom.com/'),
76+
'repository_url' => env('SELF_UPDATER_REPO_URL', $userver),
7777
'pkg_filename_format' => env('SELF_UPDATER_PKG_FILENAME_FORMAT', '_VERSION_'),
7878
'download_path' => env('SELF_UPDATER_DOWNLOAD_PATH', '/tmp'),
7979
'private_access_token' => env('SELF_UPDATER_HTTP_PRIVATE_ACCESS_TOKEN', ''),

0 commit comments

Comments
 (0)