From eb1966ccc78c60b3ce42b697d1130e8c05425e11 Mon Sep 17 00:00:00 2001
From: Dmitry Overchuk <d.overchuk@tinkoff.ru>
Date: Wed, 27 Jan 2021 16:06:37 +0300
Subject: [PATCH] Quotes fix

---
 fastlane/Fastfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index dbc1759..69882cc 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -8,7 +8,7 @@ lane :release do |options|
 
 	# Checking git
 	ensure_git_status_clean()
-	ensure_git_branch(branch: 'master')
+	ensure_git_branch(branch: "master")
 
 	# Bumping podspec version
 	version = version_bump_podspec(bump_type: bump_type)