From 4181184f58892a6c42efba3e9bd1eceaf7a6fd73 Mon Sep 17 00:00:00 2001 From: Piotr Faba Date: Thu, 2 Jul 2020 22:00:37 +0200 Subject: [PATCH] fix spaces --- conf/bi.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/bi.config b/conf/bi.config index 3a77bb7..fe2ae17 100644 --- a/conf/bi.config +++ b/conf/bi.config @@ -10,6 +10,6 @@ if(configVar == null) def errorMessage = "WARNING: For bi.config requires NXF_GLOBAL_CONFIG env var to be set. Point it to global.config file if you want to use this profile." System.err.println(errorMessage) }else{ - params.globalConfig = configVar - includeConfig configVar + params.globalConfig = configVar + includeConfig configVar }