Skip to content

Commit

Permalink
modified: checkout.sh to check out METplus verification tag verif_glo…
Browse files Browse the repository at this point in the history
…bal_v1.7.1
  • Loading branch information
malloryprow committed May 6, 2020
1 parent 20572b5 commit ad86a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,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.6.0
git checkout verif_global_v1.7.1
cd ${topdir}
else
echo 'Skip. Directory verif-global.fd already exist.'
Expand Down

0 comments on commit ad86a55

Please sign in to comment.