Skip to content

Commit ba8d52e

Browse files
committed
update interim source for presets
see openstreetmap/id-tagging-schema#1307
1 parent b0e47ca commit ba8d52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function buildData() {
121121
});
122122
}).then(() =>
123123
// also fetch the bleeding edge data too to make sure we're always hosting the latest icons
124-
fetch('https://raw.githubusercontent.com/openstreetmap/id-tagging-schema/main/interim/icons.json')
124+
fetch('https://raw.githubusercontent.com/openstreetmap/id-tagging-schema/interim/icons.json')
125125
).then(response => response.json()).then(cuttingEdgeIcons => {
126126
cuttingEdgeIcons
127127
.filter(icon => /^fa[srb]-/.test(icon))

0 commit comments

Comments
 (0)