From f88d2a6394a46dad92827216fdc99eac6849c34d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Mon, 8 Jan 2018 13:56:21 +0100 Subject: [PATCH] named parameter, docu update --- src/modules/AddOnProduct.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/AddOnProduct.rb b/src/modules/AddOnProduct.rb index 2364b6684..ac1ea0be0 100644 --- a/src/modules/AddOnProduct.rb +++ b/src/modules/AddOnProduct.rb @@ -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