Skip to content

Commit

Permalink
s/SNAPSHOTS/SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar committed Sep 27, 2024
1 parent 6afa410 commit 9a17cd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ function insertSnapshotVersions(versions) {
versions.push(branch);
}
}
versions.push("SNAPSHOTS");
versions.push("SNAPSHOT");
}

async function init() {
Expand Down Expand Up @@ -834,7 +834,7 @@ async function init() {
const overview_url = config.image_url;
const image_url = upstream_config.image_url_override || config.image_url;
for (const version of config.versions) {
if (version == "SNAPSHOTS") {
if (version == "SNAPSHOT") {
// openwrt.org oddity
config.overview_urls[version] = `${overview_url}/snapshots/`;
config.image_urls[version] = `${image_url}/snapshots/`;
Expand Down

0 comments on commit 9a17cd3

Please sign in to comment.