diff --git a/workflow/scripts/bdbag_fetch.sh b/workflow/scripts/bdbag_fetch.sh index 761b9c3971276de7ad39258c1832dca8b2ce87a3..b3b1dd46b4de15f81ee142fdd4e6cb0f7f1564a6 100644 --- a/workflow/scripts/bdbag_fetch.sh +++ b/workflow/scripts/bdbag_fetch.sh @@ -26,5 +26,5 @@ then done elif [ "${3}" == "TEST" ] then - bdbag --validate structure --validate-profile ${1} --debug + bdbag --validate-profile ${1} --debug fi