Skip to content

Commit

Permalink
Update update.html.php
Browse files Browse the repository at this point in the history
change update repository
  • Loading branch information
sb0001 authored Jan 4, 2024
1 parent 2a6d94f commit 9924efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/admin/views/update.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
$CSRF = get_csrf();

$updater = new HubUpdater(array(
'name' => 'danpros/htmly',
'name' => 'sb0001/htmly',
'prerelease' => !!config("prerelease"),
));

Expand Down Expand Up @@ -36,4 +36,4 @@
echo '</div>';
echo '<p><a class="btn btn-primary" target="_blank" href="' . $info['html_url'] . '">Read on Github</a></p>';
}
}
}

0 comments on commit 9924efd

Please sign in to comment.