From a80fa3272df0eb703429fb0915595587692d70bc Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 6 Jul 2013 00:22:25 +0100 Subject: [PATCH] Fix expiry script --- cookbooks/tile/files/default/ruby/expire.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/tile/files/default/ruby/expire.rb b/cookbooks/tile/files/default/ruby/expire.rb index 917b75747..2a0bce729 100755 --- a/cookbooks/tile/files/default/ruby/expire.rb +++ b/cookbooks/tile/files/default/ruby/expire.rb @@ -76,7 +76,7 @@ module Expire # so that we don't expire things multiple times set.each do |xy| # this has to match the routine in mod_tile - meta = xyz_to_meta(HASH_ROOT, xy[0], xy[1], xy[2]) + meta = xyz_to_meta(xy[0], xy[1], xy[2]) # check each style working out what needs expiring tile_dirs.each do |tile_dir| -- 2.43.2