Exception: Berkshelf::GitNotFound

Inherits:
BerkshelfError show all
Defined in:
lib/berkshelf/errors.rb

Instance Method Summary collapse

Methods inherited from BerkshelfError

status_code

Instance Method Details

#to_sObject



129
130
131
# File 'lib/berkshelf/errors.rb', line 129

def to_s
  'Could not find a Git executable in your path - please add it and try again'
end