class Berkshelf::GitNotInstalled

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/berkshelf/errors.rb, line 564
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. If you have git installed, " \
    "please make sure it is in your $PATH and accessible by the user " \
    "running this command."
end