Skip to content

Commit

Permalink
named parameter, docu update
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jan 8, 2018
1 parent dd6cd80 commit f88d2a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/AddOnProduct.rb
Original file line number Diff line number Diff line change
Expand Up @@ -818,10 +818,10 @@ def RegisterAddOnProduct(src_id)
# Do installation of the add-on product within an installed system
# srcid is got via AddOnProduct::src_id
#
# @param install_packages [Boolean] install the selected packages,
# can be optionally disabled
# @param install_packages [Boolean] install the selected packages if no
# installation.xml is found on the addon, can be optionally disabled
# @return [Symbol] the result symbol from wizard sequencer
def DoInstall(install_packages = true)
def DoInstall(install_packages: true)
# Display beta file if such file exists
# Display license and wait for agreement
# Not needed here, license already shown in the workflow
Expand Down

0 comments on commit f88d2a6

Please sign in to comment.