Class: Bard::CLI::MasterNonFastForwardError

Inherits:
Error
  • Object
show all
Defined in:
lib/bard/error.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



9
10
11
# File 'lib/bard/error.rb', line 9

def message
  "The master branch has advanced since last deploy, probably due to a bugfix.\n  Rebase your integration branch on top of it, and check for breakage."
end