]> git.openstreetmap.org Git - chef.git/commitdiff
dev: fix master.apis.dev.osm.org alias typo
authorGrant Slater <github@firefishy.com>
Wed, 26 Feb 2025 18:11:24 +0000 (18:11 +0000)
committerGrant Slater <github@firefishy.com>
Wed, 26 Feb 2025 18:11:29 +0000 (18:11 +0000)
roles/dev.rb

index 56989abbc0df15e02956c5a6c2cd9ff5a21fdece..73a311421c7e9407659a8fb418d3fb849389b1ba 100644 (file)
@@ -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",