diff --git a/contrib/prepare_release/fetch_contributors.php b/contrib/prepare_release/fetch_contributors.php index e1b56709..ad04458a 100644 --- a/contrib/prepare_release/fetch_contributors.php +++ b/contrib/prepare_release/fetch_contributors.php @@ -2,7 +2,7 @@ /* Generate the "Contributors" list for README.md automatically utilizing the GitHub API */ -require __DIR__ . '/../../lib/rssbridge.php'; +require __DIR__ . '/../../lib/bootstrap.php'; $url = 'https://api.github.com/repos/rss-bridge/rss-bridge/contributors'; $contributors = []; diff --git a/index.php b/index.php index 1835f963..538f1c6e 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@