X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/90a349e0bc558441e65156eabb585c578d93fbfd..90a99a9591ff08a70463403ad1dba1a2d7939881:/cookbooks/planet/files/default/replication-bin/replicate-changesets?ds=sidebyside diff --git a/cookbooks/planet/files/default/replication-bin/replicate-changesets b/cookbooks/planet/files/default/replication-bin/replicate-changesets index 3cf54291f..cbf34515b 100755 --- a/cookbooks/planet/files/default/replication-bin/replicate-changesets +++ b/cookbooks/planet/files/default/replication-bin/replicate-changesets @@ -187,7 +187,7 @@ class Replicator { "version" => "0.6", "generator" => "replicate_changesets.rb", "copyright" => "OpenStreetMap and contributors", - "attribution" => "http://www.openstreetmap.org/copyright", + "attribution" => "https://www.openstreetmap.org/copyright", "license" => "http://opendatacommons.org/licenses/odbl/1-0/" } .each { |k, v| doc.root[k] = v } @@ -277,7 +277,7 @@ class Replicator move_tmp_files_into_place! fl.flock(File::LOCK_UN) - rescue + rescue StandardError STDERR.puts("Error! Couldn't update state.") fl.flock(File::LOCK_UN) raise