Class: Berkshelf::BzrLocation::BzrNotInstalled

Inherits:
BzrError
  • Object
show all
Defined in:
lib/berkshelf/locations/bzr.rb

Instance Method Summary collapse

Constructor Details

#initializeBzrNotInstalled

Returns a new instance of BzrNotInstalled.



11
12
13
14
15
# File 'lib/berkshelf/locations/bzr.rb', line 11

def initialize
  super 'You need to install Bazaar before you can download ' \
    'cookbooks from bzr repositories. For more information, please ' \
    'see the Bazaar docs: http://bazaar.canonical.com.'
end