Skip to content

Commit e2a516a

Browse files
committed
Fix Git LFS check by calling the correct method
1 parent d8930a2 commit e2a516a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ platform :ios do
841841

842842
desc 'Create Promo Screenshots'
843843
lane :create_promo_screenshots do |options|
844-
unless Fastlane::Helper::GitHelper.has_git_lfs
844+
unless Fastlane::Helper::GitHelper.has_git_lfs?
845845
UI.user_error!('LFS not enabled – unable to generate promo screenshots. Run `git lfs install && git lfs fetch && git lfs pull` to fix this.')
846846
end
847847

0 commit comments

Comments
 (0)