diff --git a/src/lib/y2network/autoinst/config_reader.rb b/src/lib/y2network/autoinst/config_reader.rb index 74de02508..5fb242ad8 100644 --- a/src/lib/y2network/autoinst/config_reader.rb +++ b/src/lib/y2network/autoinst/config_reader.rb @@ -44,7 +44,7 @@ def initialize(section) # @return [Y2Network::Config] Network configuration def config attrs = { source: :sysconfig } - # FIXME: implement prper readers for AutoYaST + # FIXME: implement proper readers for AutoYaST attrs[:interfaces] = interfaces_reader.interfaces attrs[:connections] = interfaces_reader.connections attrs[:routing] = RoutingReader.new(section.routing).config if section.routing