From: Grant Slater Date: Mon, 30 May 2016 15:26:25 +0000 (+0100) Subject: imagery: fix site git repo default X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/a738464353e5824384383ee95b9701f81f0af6fe?hp=b5f1516eba7a79f6f3ec6d7eb5e3517f544cda3f;ds=sidebyside imagery: fix site git repo default --- diff --git a/cookbooks/imagery/resources/site.rb b/cookbooks/imagery/resources/site.rb index 507293e54..1bbfe82cb 100644 --- a/cookbooks/imagery/resources/site.rb +++ b/cookbooks/imagery/resources/site.rb @@ -21,7 +21,7 @@ default_action :create property :name, String property :aliases, [String, Array], :default => [] -property :git_repository, String, :default => ["https://github.com/Firefishy/osm-imagery-default.git"] +property :git_repository, String, :default => "https://github.com/Firefishy/osm-imagery-default.git" action :create do git "/srv/#{name}" do