Update update.html.php

This commit is contained in:
sb0001 2024-03-05 10:06:30 +01:00 committed by GitHub
commit d6079de63a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ use \Kanti\HubUpdater;
$CSRF = get_csrf();
$updater = new HubUpdater(array(
'name' => 'sb0001/htmly',
'name' => 'danpros/htmly',
'prerelease' => !!config("prerelease"),
));