Update update.html.php

changing update source for tests
This commit is contained in:
sb0001 2024-03-02 19:30:26 +01:00 committed by GitHub
commit fa0b0e971c
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' => 'danpros/htmly',
'name' => 'sb0001/htmly',
'prerelease' => !!config("prerelease"),
));
@ -55,4 +55,4 @@ if (empty($updater->getNewestInfo())) {
echo '</div>';
echo '<p><a class="btn btn-primary" target="_blank" href="' . $info['html_url'] . '">Read on Github</a></p>';
}
}
}