Update http method name that takes user/password

This commit is contained in:
Brian Cain 2015-09-14 22:53:39 -07:00
parent eee7aab760
commit 992a37cabf
3 changed files with 4 additions and 5 deletions

View file

@ -16,7 +16,7 @@ class Http
return conn
end
def self.get_conn(verbose, url, user, password)
def self.get_conn_with_auth(verbose, url, user, password)
if url.nil?
STDERR.puts "The url you provided was empty"
exit 1