mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
fix spaces
This commit is contained in:
parent
4828e78708
commit
4181184f58
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue