Skip to content

Commit

Permalink
Fixed documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Jul 10, 2019
1 parent 1195980 commit c7e98a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/y2network/autoinst/config_reader.rb
Expand Up @@ -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
Expand Down

0 comments on commit c7e98a6

Please sign in to comment.