Method: Travis::CLI::Sshkey#login_header

Defined in:
lib/travis/cli/sshkey.rb

#login_headerObject



110
111
112
113
114
115
# File 'lib/travis/cli/sshkey.rb', line 110

def 
  say "We need the #{color("GitHub login", :important)} for the account you want to add the key to."
  say "This information will #{color("not be sent to Travis CI", :important)}, only to #{color(github_endpoint.host, :info)}."
  say "The password will not be displayed."
  empty_line
end