Skip to content

Commit

Permalink
pass email
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Apr 18, 2014
1 parent 9fe2831 commit fad3177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/registration/registration.rb
Expand Up @@ -41,8 +41,8 @@ def initialize(url = nil)
def register(email, reg_code, distro_target)
settings = default_connect_params.merge({
:token => reg_code,
:distro_target => distro_target
# TODO FIXME: how to pass email?: "email" => email
:distro_target => distro_target,
:email => email
})

login, password = SUSE::Connect::YaST.announce_system(settings)
Expand Down

0 comments on commit fad3177

Please sign in to comment.