Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jul 2, 2020
1 parent 8a0bb94 commit 681d3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/inst_autopost.rb
Expand Up @@ -50,7 +50,7 @@ def main
)
@progress_stages = [_("Install required packages")]

registry = Y2Installation::Entries::Registry.instance
registry = Y2Autoinstallation::Entries::Registry.instance
modules_to_write = registry.writable_descriptions.select do |description|
description.managed_keys.any? { |k| Profile.current[k] }
end
Expand Down

0 comments on commit 681d3a8

Please sign in to comment.