supply/lib/supply/setup.rb in fastlane-2.217.0 vs supply/lib/supply/setup.rb in fastlane-2.218.0

- old
+ new

@@ -71,10 +71,10 @@ image_counter = 1 # Used to prefix the downloaded files, so order is preserved. urls.each do |url| if IMAGES_TYPES.include?(image_type) # IMAGE_TYPES are stored in locale/images file_path = "#{path}.#{FastImage.type(url)}" - else # SCREENSHOT_TYPES are stored in locale/images/<screensho_types> + else # SCREENSHOT_TYPES are stored in locale/images/<screenshot_types> file_path = File.join(path, "#{image_counter}_#{listing.language}.#{FastImage.type(url)}") end File.binwrite(file_path, Net::HTTP.get(URI.parse(url)))