X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e1e8bc734a52508aaf7f18c71bd9d9d46143aadd..e61233b42038a7b4cbb793b19c49a0109c7c9c09:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index b23b079a8..b41ea6634 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -128,13 +128,13 @@ default_attributes( :repository => "git://github.com/osmlab/openstreetmap-website.git", :revision => "groups-sketch" }, - :welcome => { - :repository => "git://github.com/osmlab/openstreetmap-website.git", - :revision => "welcome-2" - }, :rails4 => { :repository => "git://github.com/tomhughes/openstreetmap-website.git", :revision => "rails4" + }, + :help => { + :repository => "git://github.com/osmlab/openstreetmap-website.git", + :revision => "help-page" } } },