X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f68ae23a0afb7b8fb05a841774430874e4f21497..7b0027c3421e0bcd10ccf3c03f70785ae5f7cab5:/cookbooks/gps-tile/recipes/default.rb diff --git a/cookbooks/gps-tile/recipes/default.rb b/cookbooks/gps-tile/recipes/default.rb index ab524abcc..c0779f076 100644 --- a/cookbooks/gps-tile/recipes/default.rb +++ b/cookbooks/gps-tile/recipes/default.rb @@ -47,7 +47,7 @@ end execute "import-make" do action :nothing command "make" - cwd "/srv/gps-tile.openstreetmap.org/import" + cwd "/srv/gps-tile.openstreetmap.org/import/src" user "gpstile" group "gpstile" subscribes :run, "git[/srv/gps-tile.openstreetmap.org/import]"