Skip to content

Commit

Permalink
now ?
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHinderling committed Dec 10, 2024
1 parent 01caa59 commit d03fd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ platform :ios do

puts "telkins: Head SHA: #{head_sha}"
puts "telkins: Base SHA: #{base_sha}"
return { head_sha: head_sha, base_sha: base_sha }
{ head_sha: head_sha, base_sha: base_sha }
end

desc 'Build and upload to Emerge Tools'
Expand Down

0 comments on commit d03fd2e

Please sign in to comment.