From a738464353e5824384383ee95b9701f81f0af6fe Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 30 May 2016 16:26:25 +0100 Subject: [PATCH] imagery: fix site git repo default --- cookbooks/imagery/resources/site.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2