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



101
102
103
# File 'lib/berkshelf/errors.rb', line 101

def to_s
  "Could not find a Git executable in your path. Please add it and try again."
end