From: Matt Amos Date: Wed, 7 Sep 2016 11:14:50 +0000 (+0100) Subject: Fix rubocop warning. X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/d6f5ba8921adc01c2d090a04f6928995078b0126 Fix rubocop warning. --- diff --git a/cookbooks/planet/files/default/replication-bin/replicate-changesets b/cookbooks/planet/files/default/replication-bin/replicate-changesets index b15351388..e27651c5b 100644 --- a/cookbooks/planet/files/default/replication-bin/replicate-changesets +++ b/cookbooks/planet/files/default/replication-bin/replicate-changesets @@ -200,7 +200,7 @@ class Replicator end def sequence - sequence = (@state.key?("sequence") ? @state["sequence"] + 1 : 0) + @state.key?("sequence") ? @state["sequence"] + 1 : 0 end def data_stem