We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8930a2 commit e2a516aCopy full SHA for e2a516a
fastlane/Fastfile
@@ -841,7 +841,7 @@ platform :ios do
841
842
desc 'Create Promo Screenshots'
843
lane :create_promo_screenshots do |options|
844
- unless Fastlane::Helper::GitHelper.has_git_lfs
+ unless Fastlane::Helper::GitHelper.has_git_lfs?
845
UI.user_error!('LFS not enabled – unable to generate promo screenshots. Run `git lfs install && git lfs fetch && git lfs pull` to fix this.')
846
end
847
0 commit comments