fastlane/lib/fastlane/junit_generator.rb in fastlane-2.114.0.beta.20190114200053 vs fastlane/lib/fastlane/junit_generator.rb in fastlane-2.114.0.beta.20190115200110

- old
+ new

@@ -16,10 +16,10 @@ begin File.write(path, xml) rescue => ex UI.error(ex) - UI.error("Couldn't save report.xml at path '#{File.expand_path(output_path)}', make sure you have write access to the containing directory.") + UI.error("Couldn't save report.xml at path '#{File.expand_path(path)}', make sure you have write access to the containing directory.") end return path end end