Skip to content

Commit

Permalink
Code review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed May 21, 2021
1 parent b51da58 commit e9c3bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/installation/clients/installation.rb
Expand Up @@ -50,7 +50,7 @@ def main
Yast.import "ProductControl"

# register the installation data dump callback
::Installation::InstallationData.add
::Installation::InstallationData.new.register_callback

# log the inst-sys identification for easier debugging
log_os_release
Expand Down

0 comments on commit e9c3bfb

Please sign in to comment.