]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/imagery/resources/site.rb
imagery: fix site git repo default
[chef.git] / cookbooks / imagery / resources / site.rb
index 507293e549521a070cd9889f7f7bff7949d20442..1bbfe82cb13d0cd94163e7298367445a1d7e46c0 100644 (file)
@@ -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