X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/bfd0f6bf2cc877667f039f2fc4a1e34e1dd7cd39..26cf6103779739532340c4838555985479e76de6:/cookbooks/blogs/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/blogs/recipes/default.rb b/cookbooks/blogs/recipes/default.rb index da3b0da61..ea0b3dc8f 100644 --- a/cookbooks/blogs/recipes/default.rb +++ b/cookbooks/blogs/recipes/default.rb @@ -55,7 +55,7 @@ end execute "/srv/blogs.openstreetmap.org" do action :nothing - command "/usr/local/bin/pluto build -t osm -o build" + command "bundle exec /usr/local/bin/pluto build -t osm -o build" cwd "/srv/blogs.openstreetmap.org" user "blogs" group "blogs"