Skip to content

Commit

Permalink
Update from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Aug 26, 2020
1 parent 7b5401b commit f24f233
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib/y2network/autoinst_profile/s390_device_section.rb
Expand Up @@ -103,7 +103,7 @@ def init_from_hashes(hash)

# Returns the collection name
#
# @return [String] "interfaces"
# @return [String] "devices"
def collection_name
"devices"
end
Expand Down
2 changes: 1 addition & 1 deletion src/lib/y2network/autoinst_profile/udev_rule_section.rb
Expand Up @@ -106,7 +106,7 @@ def mechanism

# Returns the collection name
#
# @return [String] "interfaces"
# @return [String] "udev_rules"
def collection_name
"udev_rules"
end
Expand Down
2 changes: 1 addition & 1 deletion src/lib/y2network/autoinst_profile/udev_rules_section.rb
Expand Up @@ -80,7 +80,7 @@ def init_from_network(interfaces)

# Returns the section name
#
# @return [String] "udev-rules"
# @return [String] "net-udev"
def section_name
"net-udev"
end
Expand Down

0 comments on commit f24f233

Please sign in to comment.