From 90062acc3533173c914d4e888ee42155fb2c13d5 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Wed, 10 Jul 2019 11:38:22 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B02060=20[WIP]=20Initialisation=20of=20the?= =?UTF-8?q?=20portal=20application:=20Fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../portal/config/packages/test/web_profiler.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datamodels/2.x/itop-portal-base/portal/config/packages/test/web_profiler.yaml b/datamodels/2.x/itop-portal-base/portal/config/packages/test/web_profiler.yaml index 976923b4b8..fd7ff5a352 100644 --- a/datamodels/2.x/itop-portal-base/portal/config/packages/test/web_profiler.yaml +++ b/datamodels/2.x/itop-portal-base/portal/config/packages/test/web_profiler.yaml @@ -3,4 +3,4 @@ web_profiler: intercept_redirects: false framework: - profiler: { collect: falseS } \ No newline at end of file + profiler: { collect: false } \ No newline at end of file