refactor: update shared.php to use correct key for retrieving sentinel version
This commit is contained in:
parent
0eccbf64f4
commit
439bee1203
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ function get_latest_sentinel_version(): string
|
|||
$response = Http::get('https://cdn.coollabs.io/sentinel/versions.json');
|
||||
$versions = $response->json();
|
||||
|
||||
return data_get($versions, 'coolify.sentinel.version');
|
||||
return data_get($versions, 'sentinel.version');
|
||||
} catch (\Throwable $e) {
|
||||
//throw $e;
|
||||
ray($e->getMessage());
|
||||
|
|
|
|||
Loading…
Reference in a new issue