lib/itch_rewards/cli.rb in itch_rewards-0.1.4 vs lib/itch_rewards/cli.rb in itch_rewards-0.1.5

- old
+ new

@@ -262,10 +262,10 @@ cli.error("No games configured for rewards updates in config file") exit 1 end unless options[:save] - cli.warn "Dry run, results will not not saved" + cli.warn "Dry run, results will not be saved" end purchases_by_game = client.purchases.history.each.group_by {|row| row['object_name'] }.to_h config["games"].each do |name, data|