Skip to content

Commit 97e2c94

Browse files
fix(webapp): call screenshot key helper directly
1 parent 8692bb0 commit 97e2c94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standalone/webapp/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ platform :ios do
588588
)
589589
end
590590

591-
private_lane :screenshot_remote_key do |remote|
591+
def screenshot_remote_key(remote)
592592
[
593593
remote.file_name,
594594
remote.source_file_checksum.to_s.downcase

0 commit comments

Comments
 (0)