switch back to raw
This commit is contained in:
parent
321087cb6d
commit
3673117580
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class CheckUpdate extends Component
|
|||
protected function upgrade()
|
||||
{
|
||||
$branch = 'v4';
|
||||
$location = "https://github.com/coollabsio/coolify/tree/$branch";
|
||||
$location = "https://raw.githubusercontent.com/coollabsio/coolify/$branch";
|
||||
|
||||
$server = Server::where('ip', 'host.docker.internal')->first();
|
||||
if (!$server) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue