From e7c1ae2aea1cbe4366ddc6328ffa80b110b230ff Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Wed, 6 Jan 2021 13:35:15 -0600 Subject: [PATCH] add --debug to bdbag fetch --- workflow/scripts/bdbag_fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/scripts/bdbag_fetch.sh b/workflow/scripts/bdbag_fetch.sh index 606b883..d805f67 100644 --- a/workflow/scripts/bdbag_fetch.sh +++ b/workflow/scripts/bdbag_fetch.sh @@ -10,5 +10,5 @@ then done elif [ "${3}" == "TEST" ] then - bdbag --resolve-fetch all --fetch-filter filename\$*.txt ${1} + bdbag --resolve-fetch all --fetch-filter filename\$*.txt ${1} --debug fi -- GitLab