From a8b9d47c6087dbb24e99d1bf70fd5ab0f6829ba6 Mon Sep 17 00:00:00 2001 From: Hayley Mapley Date: Thu, 28 Mar 2019 10:52:46 +1300 Subject: [PATCH] Bug 18308: Fixed whitespace for qa tool Note: This will still fail qa tool due to 'forbidden' javascript fullpath and not use of Asset plugin. Asset plugin cannot be used for onboarding currently. Sponsored-by: Catalyst IT --- installer/onboarding.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/onboarding.pl b/installer/onboarding.pl index 32944c51b6..06ecd7b14c 100755 --- a/installer/onboarding.pl +++ b/installer/onboarding.pl @@ -148,7 +148,7 @@ if ( $step == 3 ) { else { push @messages, { code => 'error_on_update_minPasswordLength_syspref' }; } - } + } } if ( $step == 4 ) { -- 2.11.0