Changed name of git check method to be more descriptive.

This commit is contained in:
Jeremy Cook
2014-11-24 08:49:17 -05:00
parent 7bd9759e81
commit 03490531d8
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ module Homesick
def initialize(args = [], options = {}, config = {})
super
# Check if git is installed
unless version_check
unless git_version_correct?
say_status :error, "Git version >= #{Homesick::Actions::GitActions::STRING} must be installed to use Homesick", :red
exit(1)
end