diff --git a/lib/tors/search.rb b/lib/tors/search.rb index 09ccafc..d2d8943 100644 --- a/lib/tors/search.rb +++ b/lib/tors/search.rb @@ -112,6 +112,7 @@ def download(choice) puts '😵 There is an error! ' + e.message ensure puts '🥂 Downloaded!' + system 'open', target_file if RUBY_PLATFORM =~ /darwin/ end end end