Skip to content

Commit

Permalink
Merge pull request #6787 from getkirby/fix/update-status-host
Browse files Browse the repository at this point in the history
Change the update status host to getkirby.com
  • Loading branch information
bastianallgeier authored Nov 12, 2024
2 parents 80f9dc0 + 9a94450 commit 66d07f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cms/System/UpdateStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class UpdateStatus
/**
* Host to request the update data from
*/
public static string $host = 'https://assets.getkirby.com';
public static string $host = 'https://getkirby.com';

/**
* Marker that stores whether a previous remote
Expand Down

0 comments on commit 66d07f3

Please sign in to comment.