X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/743225d946030d146d8a130eb6551e9246d7ada4..dd0e5ed990bcb50caf278ac6017971c5977bb25f:/cookbooks/tile/templates/default/replicate.erb diff --git a/cookbooks/tile/templates/default/replicate.erb b/cookbooks/tile/templates/default/replicate.erb index ecc6b69b0..9d86d9534 100644 --- a/cookbooks/tile/templates/default/replicate.erb +++ b/cookbooks/tile/templates/default/replicate.erb @@ -28,7 +28,7 @@ trap onexit EXIT while true do # Work out the name of the next file - file="changes-${sequenceNumber}.osm.gz" + file="changes-${sequenceNumber}.osc.gz" # Save state file so we can rollback if an error occurs cp state.txt state-prev.txt