lib/release_notes/cli.rb in release_notes-0.4.0 vs lib/release_notes/cli.rb in release_notes-0.5.1
- old
+ new
@@ -75,10 +75,10 @@
end
end
# Collects relevant files and saves version and content to db
update_files = collect_update_files(options[:destination])
- update_files.reverse! if options[:reset]
+ update_files.reverse if options[:reset]
update_files.each do |file|
timestamp = file[0].to_i
if !stamp.nil? and timestamp <= stamp.to_i
\ No newline at end of file