]> git.openstreetmap.org Git - chef.git/commitdiff
Fix path to bundler for blog aggregator
authorTom Hughes <tom@compton.nu>
Sun, 25 Jul 2021 21:33:36 +0000 (22:33 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 25 Jul 2021 21:33:36 +0000 (22:33 +0100)
cookbooks/blogs/templates/default/blogs-update.erb

index ef880cdf875151c700f9470134b6526e71220932..0125b41badc5c16191a4a31481ac1e1374a8ee55 100644 (file)
@@ -2,7 +2,7 @@
 
 cd /srv/blogs.openstreetmap.org
 
-/usr/local/bin/bundle<%= @ruby_version %> exec pluto \
+/usr/bin/bundle<%= @ruby_version %> exec pluto \
        --quieter \
        --config=/srv/blogs.openstreetmap.org build \
        --dbpath=/srv/blogs.openstreetmap.org \