From a7b25a3bb0b7b5f1b8a15204ff1e7c061ea1199a Mon Sep 17 00:00:00 2001 From: Mallory Row Date: Thu, 4 Jun 2020 14:59:22 +0000 Subject: [PATCH] modified: checkout.sh to check out METplus verification tag verif_global_v1.8.0 --- sorc/checkout.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sorc/checkout.sh b/sorc/checkout.sh index 6c27ea6359..7bd59c1e6b 100755 --- a/sorc/checkout.sh +++ b/sorc/checkout.sh @@ -77,7 +77,7 @@ if [[ ! -d verif-global.fd ]] ; then rm -f ${topdir}/checkout-verif-global.log git clone --recursive https://github.com/NOAA-EMC/EMC_verif-global.git verif-global.fd >> ${topdir}/checkout-verif-global.log 2>&1 cd verif-global.fd - git checkout verif_global_v1.7.2 + git checkout verif_global_v1.8.0 cd ${topdir} else echo 'Skip. Directory verif-global.fd already exist.'