lib/command/update.rb in narou-3.3.0 vs lib/command/update.rb in narou-3.3.1

- old
+ new

@@ -182,10 +182,10 @@ result = downloader.start_download case result.status when :ok delete_modified_tag.call trigger(:success, data) - puts "#{data["title"]} の更新チェックが完了しました" + puts "#{data["title"]} の更新が完了しました" if Narou.concurrency_enabled? if @options["no-convert"] || (@options["convert-only-new-arrival"] && !result.new_arrivals) interval.force_wait next end