Exception: Berkshelf::GitLocation::GitNotInstalled

Inherits:
GitError show all
Defined in:
lib/berkshelf/locations/git.rb

Instance Method Summary collapse

Methods inherited from BerkshelfError

status_code

Constructor Details

#initializeGitNotInstalled

Returns a new instance of GitNotInstalled.



8
9
10
11
12
# File 'lib/berkshelf/locations/git.rb', line 8

def initialize
  super 'You need to install Git before you can download ' \
    'cookbooks from git repositories. For more information, please ' \
    'see the Git docs: http://git-scm.org.'
end