Skip to content

Commit

Permalink
remove erroneous whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed Sep 21, 2023
1 parent 1f7902d commit 3d14890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ end

desc 'Increment build number based on version in App Store Connect'
lane :increment_build_number_for_version do |options|
app_identifier = "com.duckduckgo.mobile.ios"
app_identifier = "com.duckduckgo.mobile.ios"
if options[:app_identifier]
app_identifier = options[:app_identifier]
end
Expand Down

0 comments on commit 3d14890

Please sign in to comment.