deliver/lib/deliver/setup.rb in fastlane-2.74.1 vs deliver/lib/deliver/setup.rb in fastlane-2.75.0.beta.20180109010003

- old
+ new

@@ -26,10 +26,10 @@ unless options[:skip_screenshots] download_screenshots(deliver_path, options) # Add a README to the screenshots folder - FileUtils.mkdir_p File.join(deliver_path, 'screenshots') # just in case the fetching didn't work + FileUtils.mkdir_p(File.join(deliver_path, 'screenshots')) # just in case the fetching didn't work File.write(File.join(deliver_path, 'screenshots', 'README.txt'), File.read("#{Deliver::ROOT}/lib/assets/ScreenshotsHelp")) end UI.success("Successfully created new Deliverfile at path '#{file_path}'") end