bin/pinpress in pinpress-1.5.1 vs bin/pinpress in pinpress-1.5.2

- old
+ new

@@ -241,13 +241,13 @@ PinPress.verbose = global_options[:v] # Set one option: the start date. Set it to the last-run date + 1. opts.merge!(fromdt: DateTime.parse(last_run_date) + 1) end - + # Set our common options. opts.merge!(PinPress.merge_common_options(options, template_name, PinPress::Template::TYPE_PIN)) - + # Request tag data from Pinboard and output the return data. output = PinPress.tag_yield(template, opts) puts output if output # Save the last-run date to the configuration file.