From c64dceee35013096bf8f28b29add68487f572bed Mon Sep 17 00:00:00 2001 From: bjornoleh <63544115+bjornoleh@users.noreply.github.com> Date: Tue, 19 Mar 2024 15:10:53 +0100 Subject: [PATCH] Update Fastfile: missing bracket --- fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index a0aa4d5163..38eda2dc7e 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -152,6 +152,7 @@ desc "Push to TestFlight" "default": { whats_new: "#{git_branch} #{last_git_commit[:abbreviated_commit_hash]}", } + } ) end