Signed-off-by: Veres Lajos <vlajos@gmail.com>
This commit is contained in:
Veres Lajos 2015-08-07 23:24:18 +01:00
parent 134e4e9dc1
commit cf9016592e

View file

@ -28,7 +28,7 @@ func NewService(options *Options) *Service {
}
// Auth contacts the public registry with the provided credentials,
// and returns OK if authentication was sucessful.
// and returns OK if authentication was successful.
// It can be used to verify the validity of a client's credentials.
func (s *Service) Auth(authConfig *cliconfig.AuthConfig) (string, error) {
addr := authConfig.ServerAddress