lib/scan/options.rb in scan-0.11.3 vs lib/scan/options.rb in scan-0.12.0

- old
+ new

@@ -94,10 +94,10 @@ default_value: "html,junit"), FastlaneCore::ConfigItem.new(key: :buildlog_path, short_option: "-l", env_name: "SCAN_BUILDLOG_PATH", description: "The directory were to store the raw log", - default_value: "~/Library/Logs/scan"), + default_value: "#{FastlaneCore::Helper.buildlog_path}/scan"), FastlaneCore::ConfigItem.new(key: :formatter, short_option: "-n", env_name: "SCAN_FORMATTER", description: "A custom xcpretty formatter to use", optional: true),