Skip to content

Commit

Permalink
fix ternary
Browse files Browse the repository at this point in the history
fix ternary syntax
  • Loading branch information
jeong-sik committed Apr 20, 2023
1 parent ba10fef commit fc72197
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 @@ -207,7 +207,7 @@ platform :ios do
skip_profile_detection: use_export_options,
sdk: use_build_sdk ? ENV['BUILD_SDK'] : nil,
destination: use_build_destination ? ENV['BUILD_DESTINATION'] : nil,
build_path: use_build_path ? ENV['BUILD_PATH'] ? : nil
build_path: use_build_path ? ENV['BUILD_PATH'] : nil
)

delete_keychain(name: 'ios-build.keychain')
Expand Down

0 comments on commit fc72197

Please sign in to comment.