From e9027f89c9297ae31df75fe62ece130818d7bc40 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Thu, 11 May 2023 14:09:36 +0300 Subject: [PATCH] Fix fastlane syntax error --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index bf2fd6539..09fa525cd 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -260,7 +260,7 @@ lane :tag_nightly do |options| git_push(tag_name: tag_name) end -private_lane :setup_git +private_lane :setup_git do sh("git config --global user.name 'Element CI'") sh("git config --global user.email 'ci@element.io'") end