fastlane/lib/fastlane/actions/ensure_git_branch.rb in fastlane-2.94.0.beta.20180425050017 vs fastlane/lib/fastlane/actions/ensure_git_branch.rb in fastlane-2.94.0.beta.20180426050049

- old
+ new

@@ -23,12 +23,11 @@ "Raises an exception if not on a specific git branch" end def self.details [ - 'This action will check if your git repo is checked out to a specific branch.', - 'You may only want to make releases from a specific branch, so `ensure_git_branch`', - 'will stop a lane if it was accidentally executed on an incorrect branch.' + "This action will check if your git repo is checked out to a specific branch.", + "You may only want to make releases from a specific branch, so `ensure_git_branch` will stop a lane if it was accidentally executed on an incorrect branch." ].join("\n") end def self.available_options [