]> git.openstreetmap.org Git - chef.git/commitdiff
Remove trailing space
authorTom Hughes <tom@compton.nu>
Mon, 11 Sep 2017 11:25:01 +0000 (12:25 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 11 Sep 2017 11:25:01 +0000 (12:25 +0100)
cookbooks/tile/templates/default/render-lowzoom.erb

index de64cbcea758b2629cbc7950ad64833a5185e8b6..55a98a754557af9e2478e0e1c952b6ed4b9f47cb 100644 (file)
@@ -13,7 +13,7 @@ timestamp=$(date +%s)
 function update_<%= style %>
 {
   render_old \
-    --timestamp=${timestamp} \        
+    --timestamp=${timestamp} \
     --tile-dir=/srv/tile.openstreetmap.org/tiles \
     --socket=/var/run/renderd/renderd.sock \
     --num-threads=<%= node[:cpu][:total] - 2 %> \