match/lib/match/storage/git_storage.rb in fastlane-2.150.3 vs match/lib/match/storage/git_storage.rb in fastlane-2.151.0

- old
+ new

@@ -111,10 +111,10 @@ unless File.directory?(self.working_directory) UI.user_error!("Error cloning repo, make sure you have access to it '#{self.git_url}'") end - checkout_branch unless self.branch == "master" + checkout_branch end def human_readable_description "Git Repo [#{self.git_url}]" end