bin/gitauth in brownbeagle-gitauth-0.0.2 vs bin/gitauth in brownbeagle-gitauth-0.0.3
- old
+ new
@@ -91,10 +91,10 @@
answer = Readline.readline
if answer !~ /^y/i
$stderr.puts "Please log in as the correct user and re-run"
exit! 1
end
- if !GitAuth::Repo.has_git?
+ if !GitAuth.has_git?
$stderr.puts "'git' was not found in your path - please install it before continuing."
exit! 1
end
require 'fileutils'
folder = File.expand_path("~/.ssh")