From: Grant Slater Date: Wed, 26 Feb 2025 18:11:24 +0000 (+0000) Subject: dev: fix master.apis.dev.osm.org alias typo X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/da6d69f09203a23143b6d66d94dc0afbdc8e1f3c?hp=675ed1aad0ebb0fedd11a5e0b9416a169f635134 dev: fix master.apis.dev.osm.org alias typo --- diff --git a/roles/dev.rb b/roles/dev.rb index 56989abbc..73a311421 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -116,7 +116,7 @@ default_attributes( :revision => "master", :cgimap_repository => "https://github.com/zerebubuth/openstreetmap-cgimap.git", :cgimap_revision => "master", - :aliases => ["master.dev.osm.org","api06.dev.openstreetmap.org", "api06.dev.osm.org"] + :aliases => ["master.apis.dev.osm.org","api06.dev.openstreetmap.org", "api06.dev.osm.org"] }, :tomh => { :repository => "https://github.com/tomhughes/openstreetmap-website.git",