From 1ebbfb2ac06d678f55ae3dcfb20f15ac17bd596c Mon Sep 17 00:00:00 2001 From: caufieldjh Date: Tue, 3 Sep 2024 15:22:55 -0400 Subject: [PATCH] Fix typo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 47735cc..2559e5f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -82,7 +82,7 @@ pipeline { sh "printf 'ENVO\nPO\nSEPIO\n' > data/raw/ontologylist.tsv" // Download the ontologies - sh ". venv/bin/activate && kbbioportal download --api_key ${NCBO_API_KEY} --ontology_file data/raw/ontologylist.tsv --output_dir data/raw/" + sh ". venv/bin/activate && kgbioportal download --api_key ${NCBO_API_KEY} --ontology_file data/raw/ontologylist.tsv --output_dir data/raw/" } }