lib/brief/apps.rb in brief-1.11.5 vs lib/brief/apps.rb in brief-1.11.6

- old
+ new

@@ -9,9 +9,11 @@ end def self.search_paths paths = [default_path] + paths << home_apps_path if home_apps_path.exist? + if custom_path = ENV['BRIEF_APPS_PATH'] custom_path = custom_path.to_s.to_pathname paths << custom_path if (custom_path.exist? rescue nil) end