Skip to content

Commit

Permalink
fixed docu
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Nov 29, 2018
1 parent 5eca678 commit e48d20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Y2ModuleConfig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def resource_aliases_map
# Returns required package names for the given AutoYaST sections.
#
# @param [Array<String>] Section names
# @return [Hash{String => Array}] Required packages of a section.
# @return [Hash<String, Array<String>>] Required packages of a section.
def required_packages(sections)
package_names = {}
log.info "Evaluating needed packages for handling AY-sections #{sections}"
Expand Down

0 comments on commit e48d20d

Please sign in to comment.